Sfoglia il codice sorgente

付费申请 已完成新加参数

Qukatie 1 giorno fa
parent
commit
8534d83325
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/iosBasicData/PaymentApplication/index.vue

+ 1 - 1
src/views/iosBasicData/PaymentApplication/index.vue

@@ -678,7 +678,7 @@ export default {
         ...Object.assign(params, this.query),
         ...Object.assign(params, this.query),
         businessType: "FFSQ",
         businessType: "FFSQ",
         status: this.activeName != 4 ? this.activeName : "",
         status: this.activeName != 4 ? this.activeName : "",
-        billStatus: this.activeName == 4 ? 1 : ""
+        billStatus: this.activeName == 4 ? 1 : this.activeName == 3 ? 0 : ""
       };
       };
       this.loading = true;
       this.loading = true;
       finstlbillsList(page.currentPage, page.pageSize, obj).then(res => {
       finstlbillsList(page.currentPage, page.pageSize, obj).then(res => {