数据定价更新
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -413,7 +413,7 @@ const setFormItemData = async () => { | ... | @@ -413,7 +413,7 @@ const setFormItemData = async () => { |
| 413 | // 添加数据字典 | 413 | // 添加数据字典 |
| 414 | dictionaryList.length > 0 && await setDictFormItems(dictionaryList); | 414 | dictionaryList.length > 0 && await setDictFormItems(dictionaryList); |
| 415 | // 添加内置指标 | 415 | // 添加内置指标 |
| 416 | buildInList.length > 0 && await setBuildInFormItems(buildInList); | 416 | // buildInList.length > 0 && await setBuildInFormItems(buildInList); |
| 417 | 417 | ||
| 418 | setTimeout(() => { | 418 | setTimeout(() => { |
| 419 | baseConfigFormRef.value.ruleFormRef?.clearValidate(); | 419 | baseConfigFormRef.value.ruleFormRef?.clearValidate(); | ... | ... |
-
Please register or sign in to post a comment