update 初始化目录更新延时
This commit is contained in:
@@ -1148,9 +1148,6 @@ export default {
|
||||
clearTimeout(timer)
|
||||
timer = null
|
||||
this.reorderSort()
|
||||
this.equationOne()
|
||||
this.replaceData()
|
||||
this.initReferences()
|
||||
}, 500)
|
||||
},
|
||||
reorderSort () {
|
||||
@@ -1165,6 +1162,13 @@ export default {
|
||||
} catch (e) {
|
||||
}
|
||||
})
|
||||
let timer = setTimeout(() => {
|
||||
clearTimeout(timer)
|
||||
timer = null
|
||||
this.equationOne()
|
||||
this.replaceData()
|
||||
this.initReferences()
|
||||
}, 1000)
|
||||
},
|
||||
replaceData () {
|
||||
Asc.scope.standCode = this.form.standCode || 'X/XX xxxx-xxxx'
|
||||
|
||||
Reference in New Issue
Block a user