Преглед изворни кода

更新试卷接口参数修改

zhangjie пре 2 година
родитељ
комит
7367a22f4f
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      src/modules/analysis/components/baseConfig/BlueprintConfig.vue

+ 2 - 1
src/modules/analysis/components/baseConfig/BlueprintConfig.vue

@@ -191,7 +191,8 @@ export default {
       this.updating = true;
 
       const res = await syncPaperStruct({
-        paperNumber: this.baseInfo.paperNumber
+        paperNumber: this.baseInfo.paperNumber,
+        paperType: this.baseInfo.paperType
       }).catch(() => {});
       this.updating = false;
       if (!res) return;