charles
2024-07-15 c77637aa6781f3275839674cb4fa2d4b72b8827c
src/views/systemSetting/workshopManage/components/addDialog.vue
@@ -138,12 +138,12 @@
  },
  watch: {
    'editConfig.visible'(newVal) {
    'editDiaConfig.visible'(newVal) {
      if (newVal) {
        this.$nextTick(()=>{
          this.$refs["ruleForm"].resetFields();
        // this.$nextTick(()=>{
          this.editConfig=this.editDiaConfig
        })
          this.$refs["ruleForm"].resetFields();
        // })
      }
    },
  },