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