浏览代码

修改bug

pull/190/head
‘937886381’ 7 个月前
父节点
当前提交
41e0d34551
共有 3 个文件被更改,包括 7 次插入7 次删除
  1. +1
    -1
      src/views/OperationalOverview/coldBoard.vue
  2. +5
    -5
      src/views/OperationalOverview/components/PieChart.vue
  3. +1
    -1
      src/views/OperationalOverview/processingBoard.vue

+ 1
- 1
src/views/OperationalOverview/coldBoard.vue 查看文件

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


+ 5
- 5
src/views/OperationalOverview/components/PieChart.vue 查看文件

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


+ 1
- 1
src/views/OperationalOverview/processingBoard.vue 查看文件

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


正在加载...
取消
保存