haoxuan
2024-05-07 b0232a13beedbafe3e9a02b0006718655f632826
车间管理模块 修改操作的时候数据未刷新的问题修改
1个文件已修改
8 ■■■■ 已修改文件
src/views/systemSetting/workshopManage/components/addDialog.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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();
        // })
      }
    },
  },