Browse Source

更新试卷接口参数修改

zhangjie 2 years ago
parent
commit
7367a22f4f
1 changed files with 2 additions and 1 deletions
  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;
       this.updating = true;
 
 
       const res = await syncPaperStruct({
       const res = await syncPaperStruct({
-        paperNumber: this.baseInfo.paperNumber
+        paperNumber: this.baseInfo.paperNumber,
+        paperType: this.baseInfo.paperType
       }).catch(() => {});
       }).catch(() => {});
       this.updating = false;
       this.updating = false;
       if (!res) return;
       if (!res) return;