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 = "修改考核规则"; },