From 6d9f0808c9ddec98441edfdc7de4d042646cc40f Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期一, 04 十一月 2024 20:07:24 +0800
Subject: [PATCH] 显示列表
---
src/views/mdc/components/TimeAlarm.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/mdc/components/TimeAlarm.vue b/src/views/mdc/components/TimeAlarm.vue
index f6a0932..5e8e0d5 100644
--- a/src/views/mdc/components/TimeAlarm.vue
+++ b/src/views/mdc/components/TimeAlarm.vue
@@ -78,7 +78,7 @@
},
data() {
return {
- sheetUrl: '/api/blade-mdc/alarm/data-sheet',
+ sheetUrl: '/api/mdc/alarm/data-sheet',
apiObj0: '',
apiObj1: '',
apiObj2: '',
@@ -121,7 +121,7 @@
},
getTime(data) {
return Promise.all([
- this.$HTTP.post('/api/blade-mdc/efficiency-analysis/interval', {
+ this.$HTTP.post('/api/mdc/efficiency-analysis/interval', {
...data,
statisticalMethod: "DAY"
}).then(res => {
@@ -141,7 +141,7 @@
}
this.queryDay(this.btnListDay[0])
}),
- this.$HTTP.post('/api/blade-mdc/efficiency-analysis/interval', {
+ this.$HTTP.post('/api/mdc/efficiency-analysis/interval', {
...data,
statisticalMethod: "WEEK"
}).then(res => {
@@ -161,7 +161,7 @@
}
}),
- this.$HTTP.post('/api/blade-mdc/efficiency-analysis/interval', {
+ this.$HTTP.post('/api/mdc/efficiency-analysis/interval', {
...data,
statisticalMethod: "MONTH"
}).then(res => {
--
Gitblit v1.9.3