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()