1
This commit is contained in:
@@ -361,14 +361,13 @@ export default {
|
||||
},
|
||||
mounted() {
|
||||
this.getList()
|
||||
this.initReload()
|
||||
this.reloadWindows()
|
||||
// this.initReload()
|
||||
// this.reloadWindows()
|
||||
},
|
||||
onUnmounted() {
|
||||
// 清除监听
|
||||
this.resizeObserver.disconnect()
|
||||
// 清除debounce函数中设置的timeout
|
||||
clearTimeout(this.resizeTimeout)
|
||||
// this.resizeObserver.disconnect()
|
||||
// clearTimeout(this.resizeTimeout)
|
||||
},
|
||||
created() {
|
||||
this.init()
|
||||
|
||||
Reference in New Issue
Block a user