田源
2024-04-24 d4af3eec083dc02fb7cc02cf7e7f9592f949f50b
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)