commit
This commit is contained in:
@@ -934,6 +934,7 @@ export default {
|
|||||||
if(item.zrbm === '[]'){
|
if(item.zrbm === '[]'){
|
||||||
item.zrbm = ''
|
item.zrbm = ''
|
||||||
}
|
}
|
||||||
|
this.$set(item, 'standId', item.id)
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
@@ -972,6 +973,9 @@ export default {
|
|||||||
},
|
},
|
||||||
//提交事件
|
//提交事件
|
||||||
handleSubmit() {
|
handleSubmit() {
|
||||||
|
if(this.qdform.detailPeople === undefined){
|
||||||
|
this.$message.warning('请选择确认人')
|
||||||
|
}else{
|
||||||
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
|
||||||
@@ -990,6 +994,7 @@ export default {
|
|||||||
this.isSubmit = false;
|
this.isSubmit = false;
|
||||||
}, e => {
|
}, e => {
|
||||||
});
|
});
|
||||||
|
}
|
||||||
},
|
},
|
||||||
addList() {
|
addList() {
|
||||||
this.searchLawBtn()
|
this.searchLawBtn()
|
||||||
|
|||||||
Reference in New Issue
Block a user