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 }, ]" />