修改bug

This commit is contained in:
‘937886381’ 2024-01-25 17:56:37 +08:00
parent f84d66dd7f
commit 41e0d34551
3 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
* @Author: zwq * @Author: zwq
* @Date: 2021-07-19 15:18:30 * @Date: 2021-07-19 15:18:30
* @LastEditors: zhp * @LastEditors: zhp
* @LastEditTime: 2024-01-25 14:18:42 * @LastEditTime: 2024-01-25 17:55:53
* @Description: * @Description:
--> -->
<template> <template>

View File

@ -1,8 +1,8 @@
<!-- <!--
* @Author: zwq * @Author: zwq
* @Date: 2022-01-21 14:43:06 * @Date: 2022-01-21 14:43:06
* @LastEditors: zwq * @LastEditors: zhp
* @LastEditTime: 2022-01-24 09:12:18 * @LastEditTime: 2024-01-25 17:41:44
* @Description: * @Description:
--> -->
<template> <template>
@ -143,9 +143,9 @@ export default {
} }
}, },
mounted() { mounted() {
this.$nextTick(() => { // this.$nextTick(() => {
this.initChart() // // this.initChart()
}) // })
}, },
beforeDestroy() { beforeDestroy() {
if (!this.chart) { if (!this.chart) {

View File

@ -2,7 +2,7 @@
* @Author: zwq * @Author: zwq
* @Date: 2021-07-19 15:18:30 * @Date: 2021-07-19 15:18:30
* @LastEditors: zhp * @LastEditors: zhp
* @LastEditTime: 2024-01-25 10:13:51 * @LastEditTime: 2024-01-25 17:55:51
* @Description: * @Description:
--> -->
<template> <template>