xiangpei
2024-07-19 4e4e3042f9240816d49332f19ca85a68cb89c2e4
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 = "修改考核规则";
    },