quanyawei
2024-01-04 bb443a78e6d506d0fb0c1f2b991e00043d9394dd
src/components/Echarts/PieChartNew.vue
@@ -3,7 +3,7 @@
</template>
<script>
import echarts from 'echarts'
import * as echarts from 'echarts'
export default {
  props: {
    datas: {
@@ -34,7 +34,6 @@
  },
  watch: {
    datas(val, oldVal) {
      this.initChart()
    }
  },