Parcourir la source

项目授权调整

qymljy il y a 2 ans
Parent
commit
2b98bbc73b

+ 4 - 1
src/HDrpManagement/projectChange/components/initiateAuthorization.vue

@@ -196,7 +196,10 @@ export default {
         })
       })
     },
-    onClose(){}
+    onClose(){
+      this.formVisible = false
+      this.$refs.form.resetFields()
+    }
 
   },
   created() {