张涛
2024-08-30 082b572b91abd0d5ae8e409714553130448aa6d1
src/views/systemSetting/workshopManage/components/addDialog.vue
@@ -138,7 +138,14 @@
  },
  watch: {
    'editDiaConfig.visible'(newVal) {
      if (newVal) {
        // this.$nextTick(()=>{
          this.editConfig=this.editDiaConfig
          this.$refs["ruleForm"].resetFields();
        // })
      }
    },
  },
  methods: {
    handleClose(done) {