1 year ago
parent
commit
3c950bcab6
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/views/sb/info/modules/BaseForm.vue

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

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