项目清单数据丢失
This commit is contained in:
@@ -971,6 +971,9 @@ export default {
|
|||||||
if(comFlag > 0){
|
if(comFlag > 0){
|
||||||
this.$message.warning('请填写不涉及的备注信息')
|
this.$message.warning('请填写不涉及的备注信息')
|
||||||
}else{
|
}else{
|
||||||
|
this.dataList.forEach(item => {
|
||||||
|
this.$set(item, 'standId', item.id)
|
||||||
|
})
|
||||||
this.isSubmit = true;
|
this.isSubmit = true;
|
||||||
this.qdform.currentPerson = this.$store.getters.userInfo.userName;
|
this.qdform.currentPerson = this.$store.getters.userInfo.userName;
|
||||||
this.qdform.commentText = this.commentText;
|
this.qdform.commentText = this.commentText;
|
||||||
|
|||||||
@@ -965,6 +965,9 @@ export default {
|
|||||||
if(comFlag > 0){
|
if(comFlag > 0){
|
||||||
this.$message.warning('请填写不涉及的备注信息')
|
this.$message.warning('请填写不涉及的备注信息')
|
||||||
}else{
|
}else{
|
||||||
|
this.dataList.forEach(item => {
|
||||||
|
this.$set(item, 'standId', item.id)
|
||||||
|
})
|
||||||
this.isSubmit = true;
|
this.isSubmit = true;
|
||||||
this.qdform.commentText = this.commentText;
|
this.qdform.commentText = this.commentText;
|
||||||
this.qdform.dataList = this.dataList
|
this.qdform.dataList = this.dataList
|
||||||
@@ -1151,6 +1154,8 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
this.handleSelectTableList.map(item => {
|
this.handleSelectTableList.map(item => {
|
||||||
|
this.$set(item, 'involve', '涉及')
|
||||||
|
this.$set(item, 'remarks', '')
|
||||||
let addIndex
|
let addIndex
|
||||||
addIndex = this.dataList.findIndex(items =>{
|
addIndex = this.dataList.findIndex(items =>{
|
||||||
return items.id === item.id
|
return items.id === item.id
|
||||||
@@ -1161,10 +1166,6 @@ export default {
|
|||||||
this.dataList.push(item)
|
this.dataList.push(item)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
this.dataList.forEach(item => {
|
|
||||||
this.$set(item, 'involve', 'involve')
|
|
||||||
this.$set(item, 'remarks', '')
|
|
||||||
})
|
|
||||||
this.standModel = false
|
this.standModel = false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user