mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-09 22:07:03 +08:00
下架审计日志未实现功能(id排序、删除按钮)
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
},
|
||||
mounted() {
|
||||
this.initChart()
|
||||
window.addEventListener('resize', this.listenerResize);
|
||||
window.addEventListener('resize', this.listenerResize)
|
||||
},
|
||||
beforeDestroy() {
|
||||
window.removeEventListener('resize', this.listenerResize)
|
||||
@@ -44,7 +44,7 @@
|
||||
},
|
||||
methods: {
|
||||
listenerResize() {
|
||||
this.chart.resize();
|
||||
this.chart.resize()
|
||||
},
|
||||
initChart() {
|
||||
this.chart = echarts.init(this.$el)
|
||||
|
Reference in New Issue
Block a user