田源
2023-12-27 73804fa616b4796c974323810e6bad87548dbb6f
Source/UBCS-WEB/src/components/StatisticsComponent/ColumnarChart.vue
@@ -123,7 +123,7 @@
  methods: {
    delHandler() {
      deleteChartId({ btmname: this.btmname, chartId: '2' }).then(res => {
        this.$message.success('删除成功')
        this.$message.success(this.chartName+'柱状图,删除成功!')
        this.$emit('refresh');
      }).catch(error => {
        this.$message.error(error)