1 年之前
父节点
当前提交
d8642ba3a0
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/sb/info/modules/BaseForm.vue

+ 3 - 0
src/views/sb/info/modules/BaseForm.vue

@@ -1236,8 +1236,10 @@ export default {
           } else {
             copySbInfo(values)
               .then(() => {
+                this.type = null
                 this.handleCancel(values)
               }).catch(() => {
+                this.type = null
                 this.confirmLoading = false
               })
           }
@@ -1248,6 +1250,7 @@ export default {
       console.log(111, 22)
     },
     handleCancel () {
+      this.type = null
       this.visible = false
       this.confirmLoading = false
       this.form.resetFields()