【update】-关联会议单选按照数据字典返回的为主显示
This commit is contained in:
@@ -349,6 +349,13 @@ export default {
|
||||
item.title = ele.title
|
||||
}
|
||||
})
|
||||
tt.radioChildren && tt.radioChildren.map(item => {
|
||||
let ele = this.linkTopicsOptionArr.find(a => a.value + '' === item.value)
|
||||
if(ele) {
|
||||
item.text = ele.text
|
||||
item.title = ele.title
|
||||
}
|
||||
})
|
||||
})
|
||||
// 操作默认的课题,默认的课题不能删除
|
||||
// this.linkTopicsOptionArr.map(item => {
|
||||
|
||||
Reference in New Issue
Block a user