ludc
2024-09-18 e37f04c97ef893edce5f3f748398424fa17ffc2a
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)