From 18c60ace50725ec8b430cb737368f9af996fda28 Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期一, 17 六月 2024 22:39:01 +0800 Subject: [PATCH] update --- src/views/mdc/components/Shift.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/views/mdc/components/Shift.vue b/src/views/mdc/components/Shift.vue index 62f0181..4c842b1 100644 --- a/src/views/mdc/components/Shift.vue +++ b/src/views/mdc/components/Shift.vue @@ -1,7 +1,7 @@ <!-- * @Date: 2024-04-18 21:52:18 * @LastEditors: Sneed - * @LastEditTime: 2024-06-17 21:55:33 + * @LastEditTime: 2024-06-17 22:24:22 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/mdc/components/Shift.vue --> <template> @@ -147,6 +147,11 @@ queryType: 0, statisticalMethod: this.statisticalMethod } + try { + this.option2.dataset.source = [] + } catch (error) { + + } return this.$HTTP.post(this.url, dataSend, { params }).then(res => { this.chartsData = res.data.items.records let option2 = { -- Gitblit v1.9.3