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 };