3f062959 by lxs Committed by lihua

数据定价更新

1 parent 615a7d79
...@@ -464,7 +464,7 @@ const getResourceDetail = (sGuid, toPromise = true) => { ...@@ -464,7 +464,7 @@ const getResourceDetail = (sGuid, toPromise = true) => {
464 const data = res.data || {}; 464 const data = res.data || {};
465 baseConfigFormItems.value.map(item => { 465 baseConfigFormItems.value.map(item => {
466 if (item.field == 'belongingEntityGuid') { 466 if (item.field == 'belongingEntityGuid') {
467 item.default = data.tenantName || ''; 467 item.default = data.rightMainName || '';
468 } else if (item.field == 'belongingTheme') { 468 } else if (item.field == 'belongingTheme') {
469 item.default = data.subjectDomain || ''; 469 item.default = data.subjectDomain || '';
470 } 470 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!