5652be3f by lxs

数据定价更新

1 parent e29d3e39
...@@ -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();
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!