feat: 新增需求

This commit is contained in:
caijun
2026-01-20 18:07:35 +08:00
parent 9f5b2a92c4
commit 4243e1213f
26 changed files with 2837 additions and 936 deletions

View File

@@ -38,6 +38,7 @@
this.setting = data
this.formConf = data.formConf ? JSON.parse(data.formConf) : {}
console.log(this.formConf,'formConf112')
console.log(data,'data112')
this.dataForm.id = data.id || null;
this.dataForm.flowId = data.flowId;
this.loading = true;