lilei 2 năm trước cách đây
mục cha
commit
d6f8274c22
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/views/salesManagement/receiptPrint/list.vue

+ 4 - 0
src/views/salesManagement/receiptPrint/list.vue

@@ -161,6 +161,10 @@ export default {
       loadData: parameter => {
         this.disabled = true
         this.spinning = true
+        if(this.currentTab == 1){
+          this.queryParam.isAll = '1'
+          this.queryParam.status = 'AUDIT_PASS'
+        }
         return financeBookDetailList(Object.assign(parameter, this.queryParam)).then(res => {
           let data
           if (res.status == 200) {