主数据bug修复

This commit is contained in:
‘huanghaiixia’
2025-12-03 16:35:03 +08:00
parent 2506d02e95
commit a60bf862cf
19 changed files with 155 additions and 82 deletions

View File

@ -59,6 +59,7 @@ watch(
} else {
data.formDataProps.schemas?.forEach(v => {
if (v.field === 'staCodeLng') {
newVal.staCodeLng = ''
v.componentProps.disabled = true
v.componentProps.required = false
}