dialog修正

main
yangzhicheng 11 months ago
parent 80ed4e753f
commit 56f130c96b
  1. 2
      src/views/spares/materialDetail.vue

@ -442,8 +442,8 @@
},
methods: {
test(val) {
this.$refs.diaForm.resetForm();
this.dialogVisible = true;
this.$refs.diaForm.resetForm();
},
handleFormSubmit() {
this.$refs.tab1_form.validate((valid, done, msg) => {

Loading…
Cancel
Save