Browse Source

改动财务管理->账单明细->将搜索条件(收/付)默认为优先收

nzf 3 years ago
parent
commit
da8490a4ac
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/finance/query/index.vue

+ 2 - 0
src/views/finance/query/index.vue

@@ -421,6 +421,7 @@ export default {
       queryParams: {
       queryParams: {
         pageNum: 1,
         pageNum: 1,
         pageSize: 10,
         pageSize: 10,
+        fDc: "D",
       },
       },
       showSearch: true,
       showSearch: true,
       // 搜索展开/隐藏
       // 搜索展开/隐藏
@@ -687,6 +688,7 @@ export default {
       this.queryParams = {
       this.queryParams = {
         pageNum: 1,
         pageNum: 1,
         pageSize: 10,
         pageSize: 10,
+        fDc: "D",
       }
       }
       this.resetForm("queryForm");
       this.resetForm("queryForm");
       this.handleQuery();
       this.handleQuery();