feat: 新增需求

This commit is contained in:
caijun
2026-01-19 17:34:15 +08:00
parent 8fa31df250
commit 9f5b2a92c4
67 changed files with 7518 additions and 481 deletions

View File

@@ -240,6 +240,7 @@
},
getConfigData() {
this.loading = true;
console.log(this.modelId,'modelId-------')
getConfigData(this.modelId).then((res) => {
if (res.code !== 200 || !res.data) {
uni.showToast({

View File

@@ -120,6 +120,7 @@
return
}
this.formConf = res.data.formData ? JSON.parse(res.data.formData) : {};
console.log(this.formConf,'formConf----')
this.showPage = true
this.initData()
})