未符合项选人框标题,上传名选取

This commit is contained in:
shenyanpei
2021-12-10 15:09:37 +08:00
parent 82932ea2ed
commit 0d3633ca2f
2 changed files with 3 additions and 2 deletions
@@ -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
}, },
// 选择勾选项的集合 // 选择勾选项的集合