黄何裕
2024-07-18 2a22713950f6645382f172a80d3e3960a5fcdf88
src/views/system/check/result/detail/detail.vue
@@ -399,7 +399,7 @@
    /** 修改按钮操作 */
    handleRuleUpdate(row) {
      this.reset("ruleForm");
      this.ruleForm = row;
      this.ruleForm = JSON.parse(JSON.stringify(row));
      this.ruleOpen = true;
      this.title = "修改考核规则";
    },