zhangjie 6 月之前
父节点
当前提交
b50427b631
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/modules/base/components/assignment/AssignConfig.vue

+ 3 - 0
src/modules/base/components/assignment/AssignConfig.vue

@@ -244,6 +244,9 @@ export default {
       this.modalForm.openRebuild = coefficient.openRebuild;
       this.modalForm.value = coefficient.value;
       this.modalForm.rebuildValue = coefficient.rebuildValue;
+      this.modalForm.open54To53 = coefficient.open54To53;
+      this.modalForm.open54d5 = coefficient.open54d5;
+      this.modalForm.openFetchOriginScore = coefficient.openFetchOriginScore;
       this.modalForm.detail = coefficient.detail || [];
     }
     this.detailData = { ...this.detailInfo };