charles
2024-07-10 3f24fbc89959ec4aa9f3308e1af453e43d504ac5
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();
        // })
      }
    },
  },