客户样式调整

This commit is contained in:
‘huanghaiixia’
2025-12-04 17:03:49 +08:00
parent 52c58b9cc8
commit 239e269368
6 changed files with 84 additions and 44 deletions

View File

@ -358,7 +358,7 @@
let obj = {}
system[key] = false
let value = await formInformation.value.handleSubmit();
let value = await formInformation.value.handleSubmit(true);
obj[key] = value
mainFormModels.value = obj
console.log(mainFormModels.value, 6666)