|
@@ -148,6 +148,9 @@ const getList = async (req, status) => {
|
|
|
} else {
|
|
|
sourceList.value.pagination = { ...sourceList.value.pagination, ...req };
|
|
|
}
|
|
|
+ if (sourceList.value.pagination.beginTime || sourceList.value.pagination.endTime) {
|
|
|
+ sourceList.value.pagination.type = 4;
|
|
|
+ }
|
|
|
loading.value = true;
|
|
|
proxy.post("/statementOfAccountMerge/page", sourceList.value.pagination).then((res) => {
|
|
|
if (res.rows && res.rows.length > 0) {
|