fix 页码问题
This commit is contained in:
@@ -1135,11 +1135,12 @@ export default {
|
||||
reorderSort () {
|
||||
this.ctx.callCommand(() => {
|
||||
try {
|
||||
console.log('页码操作')
|
||||
Api.GoToFooter(1)
|
||||
Api.asc_SetSectionStartPage(1)
|
||||
Api.GoToFooter(3)
|
||||
Api.GoToFooter(4)
|
||||
Api.asc_SetSectionStartPage(1)
|
||||
Api.ExitHeader_Footer(3)
|
||||
Api.ExitHeader_Footer(4)
|
||||
} catch (e) {
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user