fix 页码问题

This commit is contained in:
赵霄
2024-01-31 11:59:48 +08:00
parent 9d21580bcb
commit 71b920f5a8
+3 -2
View File
@@ -1135,11 +1135,12 @@ export default {
reorderSort () { reorderSort () {
this.ctx.callCommand(() => { this.ctx.callCommand(() => {
try { try {
console.log('页码操作')
Api.GoToFooter(1) Api.GoToFooter(1)
Api.asc_SetSectionStartPage(1) Api.asc_SetSectionStartPage(1)
Api.GoToFooter(3) Api.GoToFooter(4)
Api.asc_SetSectionStartPage(1) Api.asc_SetSectionStartPage(1)
Api.ExitHeader_Footer(3) Api.ExitHeader_Footer(4)
} catch (e) { } catch (e) {
} }
}) })