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