3f062959 by lxs Committed by lihua

数据定价更新

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