소스 검색

结算 加参数

qinbai 3 년 전
부모
커밋
e84161611b
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/bill/billApplication.vue
  2. 1 0
      src/components/bill/billDetailList.vue

+ 1 - 0
src/components/bill/billApplication.vue

@@ -140,6 +140,7 @@
           params.createEndDate = params.createTime[1] + " " + "23:59:59";
           this.$delete(params,'createTime')
         }
+        params.flag = 1
         getBillList(page.currentPage, page.pageSize,params).then(res=>{
           this.dataList = res.data.data.records
           this.page.total = res.data.data.total

+ 1 - 0
src/components/bill/billDetailList.vue

@@ -98,6 +98,7 @@
           ...this.params
         }
         params.billType = this.billType
+        params.flag = 1
         getBillList(page.currentPage, page.pageSize,params).then(res=>{
           this.data = res.data.data.records
           this.page.total = res.data.data.total