Commit 2bbc2db6 by huaying

fix: 全部分组id为空

parent 40d8ea97
......@@ -193,7 +193,7 @@ export default {
startTime: '',
endTime: '',
orderByField: 'createTime desc',
hmGroupId: 0
hmGroupId: ''
},
storeSelect: 1,
dateTime: [],
......
......@@ -222,7 +222,7 @@ export default {
{
groupName: '全部分组',
referNum: '',
groupId: null
groupId: ''
}
];
this.groupList[0].referNum = countNum.data.result;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment