未符合项选人框标题,上传名选取
This commit is contained in:
@@ -535,12 +535,12 @@ export default {
|
||||
this.newDataList = this.fillFileList
|
||||
this.newDataList.push({
|
||||
id: res.data.attId,
|
||||
name: res.data.standName
|
||||
name: res.data.name
|
||||
})
|
||||
} else {
|
||||
this.newDataList.push({
|
||||
id: res.data.attId,
|
||||
name: res.data.standName
|
||||
name: res.data.name
|
||||
})
|
||||
}
|
||||
this.rh_pageData.fillFile = this.newDataList
|
||||
|
||||
@@ -365,6 +365,7 @@ export default {
|
||||
this.rowDutyPeople = val
|
||||
this.nodeList = []
|
||||
this.nodeList.push(id)
|
||||
this.drawerTitle = '选择分发责任人'
|
||||
this.modalshowflag = true
|
||||
},
|
||||
// 选择勾选项的集合
|
||||
|
||||
Reference in New Issue
Block a user