Parcourir la source

更新试卷接口参数修改

zhangjie il y a 2 ans
Parent
commit
7367a22f4f

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