主数据修改、数据源、显示字段

This commit is contained in:
hyt 2024-06-17 15:30:00 +08:00
parent 4926188e49
commit 193c835c50
2 changed files with 27 additions and 26 deletions

View File

@ -229,6 +229,7 @@ export default {
id: item.dbName, id: item.dbName,
label: item.remark, label: item.remark,
dbId: item.id, dbId: item.id,
mdmId:item.mdmId,
}) })
}) })

View File

@ -555,7 +555,7 @@ export default {
tl: 'mdmModuleService', tl: 'mdmModuleService',
as: '', as: '',
dj: 'queryMdmServiceField' dj: 'queryMdmServiceField'
}, { mdmId: this.$route.query.id, dbId: obj.dbId }) }, { mdmId: obj.mdmId, dbId: obj.dbId })
this.labelOptions = [] this.labelOptions = []
res.attribute.forEach(item => { res.attribute.forEach(item => {
this.labelOptions.push({ this.labelOptions.push({