From d0c2a358ed6c64360f961087020f9b39e2912b69 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Sat, 27 Jan 2024 18:39:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=BB=84=E9=87=91=E6=8C=87=E6=A0=875s?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=9F=A5=E8=AF=A2=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/perfManage/goldTarget.ts | 2 +- src/views/perfManage/goldTarget/index.vue | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/api/perfManage/goldTarget.ts b/src/api/perfManage/goldTarget.ts index ada352a0..d930be63 100644 --- a/src/api/perfManage/goldTarget.ts +++ b/src/api/perfManage/goldTarget.ts @@ -84,7 +84,7 @@ export async function listgoldData(query: Record) { */ export async function goldData(query: Record) { const result = await request({ - url: `/ne/kpi/data`, + url: `/neData/kpi/data`, method: 'get', params: { neType: query.neType[0], diff --git a/src/views/perfManage/goldTarget/index.vue b/src/views/perfManage/goldTarget/index.vue index 28794e92..562844e9 100644 --- a/src/views/perfManage/goldTarget/index.vue +++ b/src/views/perfManage/goldTarget/index.vue @@ -443,10 +443,12 @@ onMounted(() => { v-model:value="queryParams.particle" :placeholder="t('common.selectPlease')" :options="[ - { label: '5M', value: '5' }, - { label: '15M', value: '15' }, - { label: '30M', value: '30' }, - { label: '60M', value: '60' }, + { label: '5S', value: 5 }, + { label: '1M', value: 60 }, + { label: '5M', value: 300 }, + { label: '15M', value: 900 }, + { label: '30M', value: 1800 }, + { label: '60M', value: 3600 }, ]" />