田源
2024-01-04 19a9bc81ca7d90046b67f35adc5b7386be53e27f
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)