fuliqi
2024-07-18 dcd42a0ca6dc842ebd3fc5c144d0514d9a63f34f
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 = "修改考核规则";
    },