51277f53 by lxs

数据资产登记更新

1 parent b4cce758
...@@ -241,9 +241,9 @@ const setBaseFormItemsValue = (info: any) => { ...@@ -241,9 +241,9 @@ const setBaseFormItemsValue = (info: any) => {
241 item.inputOptions.visible = false; 241 item.inputOptions.visible = false;
242 } 242 }
243 } else if (item.field == 'updateFrequency') { 243 } else if (item.field == 'updateFrequency') {
244 item.default = Array.isArray(info[item.field]) ? info[item.field][0] : (info[item.field] || []); 244 item.default = Array.isArray(info[item.field]) ? info[item.field][0] : (info[item.field] || '');
245 } else if (item.field == 'ownIndustry') { 245 } else if (item.field == 'ownIndustry') {
246 item.default = Array.isArray(info[item.field]) ? info[item.field][0] : (info[item.field] || []); 246 item.default = Array.isArray(info[item.field]) ? info[item.field][0] : (info[item.field] || '');
247 item.inputOptions.default = info['ownIndustryOther']; 247 item.inputOptions.default = info['ownIndustryOther'];
248 if (info['ownIndustry']?.includes(4)) { 248 if (info['ownIndustry']?.includes(4)) {
249 item.inputOptions.visible = true; 249 item.inputOptions.visible = true;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!