Prechádzať zdrojové kódy

评估报销选择项目可查看所有项目数据

huangguoce 10 hodín pred
rodič
commit
fa2dd1eb9b

+ 1 - 1
src/views/finance/invoice/ProgramPageForm.vue

@@ -185,7 +185,7 @@ export default {
       if (this.checkType === '1') {
         this.loading = true
         this.searchForm.showInvoiceFlag = '1'  // showInvoiceFlag = '1'时,查询关联发票的开票状态。showInvoiceFlag为其他值或者为空时,不查询
-        this.programProjectListInfoService.list({
+        this.programProjectListInfoService.list2({
           'current': this.tablePage.currentPage,
           'size': this.tablePage.pageSize,
           'orders': this.tablePage.orders,