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