lxf 1 year ago
parent
commit
994a92eae1
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/subsidiary/finance/summary/index.vue

+ 3 - 0
src/views/subsidiary/finance/summary/index.vue

@@ -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) {