fix 页码问题
This commit is contained in:
@@ -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) {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user