src/views/basic/warehouse/warehouse-form.vue
@@ -322,6 +322,9 @@ this.visible = false this.isSubmit = false this.$emit('refreshDataList') }).catch(error=>{ console.error(error); this.isSubmit = false }) } else { addObj(this.dataForm).then((data) => { @@ -329,6 +332,9 @@ this.visible = false this.isSubmit = false this.$emit('refreshDataList') }).catch(error=>{ console.error(error); this.isSubmit = false }) } } else {