quanyawei
2024-01-15 c9fc948cfa3cf91c072a13787aed5cb50fb31669
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()
    }
  },