合并type值

This commit is contained in:
宋伟佳
2021-12-05 14:32:24 +08:00
parent 0a475e9fe4
commit 4564b01692
@@ -431,6 +431,9 @@ export default {
},
//流程提交
handleSubmit() {
if(this.$refs["childForm"].qbfsForm.type === undefined){
this.$refs["childForm"].qbfsForm.type = '1'
}
this.repeatName()
if(this.comFlag === '0'){
this.$message.warning('请更改企标名称')