合并type值
This commit is contained in:
@@ -431,6 +431,9 @@ export default {
|
|||||||
},
|
},
|
||||||
//流程提交
|
//流程提交
|
||||||
handleSubmit() {
|
handleSubmit() {
|
||||||
|
if(this.$refs["childForm"].qbfsForm.type === undefined){
|
||||||
|
this.$refs["childForm"].qbfsForm.type = '1'
|
||||||
|
}
|
||||||
this.repeatName()
|
this.repeatName()
|
||||||
if(this.comFlag === '0'){
|
if(this.comFlag === '0'){
|
||||||
this.$message.warning('请更改企标名称')
|
this.$message.warning('请更改企标名称')
|
||||||
|
|||||||
Reference in New Issue
Block a user