From 7c20fd15b7fbc2bd5756b39d5ab655cc849ffcc3 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期三, 16 七月 2025 22:39:23 +0800 Subject: [PATCH] 添加时间筛选 --- src/utils/helper.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/utils/helper.js b/src/utils/helper.js index c9fafd0..e54bd6f 100644 --- a/src/utils/helper.js +++ b/src/utils/helper.js @@ -26,7 +26,7 @@ let arr; await myrequest({ method: 'get', - url: `sccg/dict/query_type?level=${level}&typeCode=${code}` + url: `sccg/dict/query_tree_type?level=${level}&typeCode=${code}` }) .then(res => { arr = res.data; @@ -122,8 +122,8 @@ } export const EVENT_SOURCE = [ - { label: '瑙嗛鎶撴媿', value: 1 }, - { label: '鎵嬪姩鐧昏', value: 2 } + { label: '瑙嗛宸℃煡', value: 1 }, + { label: '缃戞牸宸℃煡', value: 2 } ] export const CATEGOTY = [ @@ -137,6 +137,6 @@ ] export const RESOURCE_OPTIONS = [ - { label: '浜哄伐涓婃姤', value: 2 }, + { label: '缃戞牸宸℃煡', value: 2 }, { label: '瑙嗛宸℃煡', value: 1 } ] -- Gitblit v1.8.0