违法用地,巡察审计宗数接口传参修改
parent
12f67711f5
commit
c9fe3814d8
|
|
@ -307,6 +307,7 @@
|
||||||
endTime?: string;
|
endTime?: string;
|
||||||
page?: number;
|
page?: number;
|
||||||
limit?: number;
|
limit?: number;
|
||||||
|
tubanlaiyuan?: string;
|
||||||
}
|
}
|
||||||
// 打开标签页面
|
// 打开标签页面
|
||||||
function handlePreViewData(column, record: Recordable, CaseType: number) {
|
function handlePreViewData(column, record: Recordable, CaseType: number) {
|
||||||
|
|
@ -315,6 +316,7 @@
|
||||||
CaseType: CaseType,
|
CaseType: CaseType,
|
||||||
startTime: dayjs(searchParams.value?.startTime).startOf('day').format('YYYY-MM-DD'),
|
startTime: dayjs(searchParams.value?.startTime).startOf('day').format('YYYY-MM-DD'),
|
||||||
endTime: dayjs(searchParams.value?.endTime).endOf('day').format('YYYY-MM-DD HH:mm:ss'),
|
endTime: dayjs(searchParams.value?.endTime).endOf('day').format('YYYY-MM-DD HH:mm:ss'),
|
||||||
|
tubanlaiyuan: searchParams.value?.tubanlaiyuan,
|
||||||
page: 1,
|
page: 1,
|
||||||
limit: 10,
|
limit: 10,
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -307,6 +307,7 @@
|
||||||
endTime?: string;
|
endTime?: string;
|
||||||
page?: number;
|
page?: number;
|
||||||
limit?: number;
|
limit?: number;
|
||||||
|
tubanlaiyuan?: string;
|
||||||
}
|
}
|
||||||
// 打开标签页面
|
// 打开标签页面
|
||||||
function handlePreViewData(column, record: Recordable, CaseType: number) {
|
function handlePreViewData(column, record: Recordable, CaseType: number) {
|
||||||
|
|
@ -315,6 +316,7 @@
|
||||||
CaseType: CaseType,
|
CaseType: CaseType,
|
||||||
startTime: dayjs(searchParams.value?.startTime).startOf('day').format('YYYY-MM-DD'),
|
startTime: dayjs(searchParams.value?.startTime).startOf('day').format('YYYY-MM-DD'),
|
||||||
endTime: dayjs(searchParams.value?.endTime).endOf('day').format('YYYY-MM-DD HH:mm:ss'),
|
endTime: dayjs(searchParams.value?.endTime).endOf('day').format('YYYY-MM-DD HH:mm:ss'),
|
||||||
|
tubanlaiyuan: searchParams.value?.tubanlaiyuan,
|
||||||
page: 1,
|
page: 1,
|
||||||
limit: 10,
|
limit: 10,
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue