合并type值
This commit is contained in:
@@ -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('请更改企标名称')
|
||||
|
||||
Reference in New Issue
Block a user