627834e6 by fanguang

Merge branch 'develop' of http://117.78.60.236:8000/csbr-daop/fe-data-asset-management into develop

2 parents b4427809 83bda832
......@@ -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!