数据定价更新
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment