duy 4 mesiacov pred
rodič
commit
91b841237a

+ 6 - 0
src/views/manager/wbsinfo/addParamDialog.vue

@@ -108,6 +108,12 @@
       closeDialog() {
         this.visible=false
         this.$emit('update:visible', false);
+        this.parameter = {
+          paramName: '',
+          paramTypeVal: [],
+          type: false,
+          remarks: ''
+        };
       },
       submitForm() {
         this.$refs.form.validate((valid) => {