update:工作负载传参修改
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user