This commit is contained in:
宋伟佳
2021-12-05 19:27:26 +08:00
parent f30a57ee9e
commit f008769a2a
@@ -934,7 +934,6 @@ export default {
if(item.zrbm === '[]'){
item.zrbm = ''
}
this.$set(item, 'standId', item.id)
})
});
},
@@ -973,6 +972,9 @@ export default {
},
//提交事件
handleSubmit() {
this.dataList.forEach(item => {
this.$set(item, 'standId', item.id)
})
if(this.qdform.detailPeople === undefined){
this.$message.warning('请选择确认人')
}else{