update 延时修改
This commit is contained in:
@@ -1156,23 +1156,20 @@ export default {
|
||||
console.log('页码操作')
|
||||
Api.GoToFooter(1)
|
||||
Api.asc_SetSectionStartPage(1)
|
||||
let timerTwo = setTimeout(() => {
|
||||
Api.GoToFooter(4)
|
||||
Api.asc_SetSectionStartPage(1)
|
||||
Api.ExitHeader_Footer(4)
|
||||
clearTimeout(timerTwo)
|
||||
timerTwo = null
|
||||
}, 700)
|
||||
Api.GoToFooter(4)
|
||||
Api.asc_SetSectionStartPage(1)
|
||||
Api.ExitHeader_Footer(4)
|
||||
} catch (e) {
|
||||
}
|
||||
})
|
||||
let timer = setTimeout(() => {
|
||||
console.log('顺序测试')
|
||||
this.equationOne()
|
||||
this.replaceData()
|
||||
this.initReferences()
|
||||
clearTimeout(timer)
|
||||
timer = null
|
||||
}, 1000)
|
||||
}, 3000)
|
||||
},
|
||||
replaceData () {
|
||||
Asc.scope.standCode = this.form.standCode || 'X/XX xxxx-xxxx'
|
||||
|
||||
Reference in New Issue
Block a user