@@ -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) => {