lilei пре 2 година
родитељ
комит
d6f8274c22
1 измењених фајлова са 4 додато и 0 уклоњено
  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) {