Browse Source

fix:综合查询页面新增查询条件type=1

luzhixia 1 tuần trước cách đây
mục cha
commit
12b0bc7327

+ 1 - 0
src/views/costAudit/baseInfo/statistics/comprehensiveQuery.vue

@@ -311,6 +311,7 @@
             pageNum: this.pagination.currentPage,
             pageSize: this.pagination.pageSize,
             isGd: 1,
+            type: 1,
             ...this.searchForm,
           }
           const response = await getReviewTaskList(params)