|
@@ -93,7 +93,6 @@ export async function reportCount (params) {
|
|
|
// 详情页-tab列表
|
|
// 详情页-tab列表
|
|
|
export async function reportPage (data) {
|
|
export async function reportPage (data) {
|
|
|
const res = await request.post('/mes/workreport/page', data);
|
|
const res = await request.post('/mes/workreport/page', data);
|
|
|
- console.log('res.data.data',res.data.data)
|
|
|
|
|
if (res.data.code == 0) {
|
|
if (res.data.code == 0) {
|
|
|
return res.data.data;
|
|
return res.data.data;
|
|
|
}
|
|
}
|