From ede0028f54a7da161cf1f943b1b442b50520130e Mon Sep 17 00:00:00 2001 From: zhouyang Date: Fri, 27 Mar 2026 10:51:43 +0800 Subject: [PATCH] =?UTF-8?q?update:=E5=B7=A5=E4=BD=9C=E8=B4=9F=E8=BD=BD?= =?UTF-8?q?=E4=BC=A0=E5=8F=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task/workLoad/index.vue | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/src/views/task/workLoad/index.vue b/src/views/task/workLoad/index.vue index 3e15ae9a..831e2581 100644 --- a/src/views/task/workLoad/index.vue +++ b/src/views/task/workLoad/index.vue @@ -258,6 +258,40 @@ const getWorkLoadDataFun = async () => { const param: any = { ...filterFprmData, ...props.filterData, + idMap: [ + { + key: null, + value: 'tag1', + }, + { + key: null, + value: 'tag2', + }, + { + key: null, + value: 'tag3', + }, + { + key: null, + value: 'tag4', + }, + { + key: null, + value: 'tag5', + }, + { + key: null, + value: 'tag6', + }, + { + key: null, + value: 'tag7', + }, + { + key: null, + value: 'tag8', + }, + ], }; // 根据页面类型去掉没用的参数 if (props.dimension === 'project') {