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