This commit is contained in:
宋伟佳
2021-12-05 19:12:23 +08:00
parent da1f05a21a
commit f30a57ee9e
@@ -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()