charles
2024-07-11 4672d108e701bb4ff380ac9373504ee7cb85919b
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) {