Browse Source

付费申请 已完成新加参数

Qukatie 1 day ago
parent
commit
8534d83325
1 changed files with 1 additions and 1 deletions
  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),
         businessType: "FFSQ",
         status: this.activeName != 4 ? this.activeName : "",
-        billStatus: this.activeName == 4 ? 1 : ""
+        billStatus: this.activeName == 4 ? 1 : this.activeName == 3 ? 0 : ""
       };
       this.loading = true;
       finstlbillsList(page.currentPage, page.pageSize, obj).then(res => {