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