zhangjie 2 năm trước cách đây
mục cha
commit
fda130fd49
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/modules/base/components/RuleExam.vue

+ 1 - 0
src/modules/base/components/RuleExam.vue

@@ -90,6 +90,7 @@ export default {
       this.modalForm.requiredFields = JSON.parse(this.examRule.requiredFields);
       if (this.modalForm.extendFields)
         this.modalForm.extendFields = JSON.parse(this.examRule.extendFields);
+      this.modalForm.id = this.examRule.id;
 
       if (!this.examRule.id) {
         this.$message.warning("当前系统还没有考务规则,请修改保存!");