update:工作负载传参修改

This commit is contained in:
2026-03-27 10:51:43 +08:00
parent 67be2b9730
commit ede0028f54

View File

@@ -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') {