Explorar el Código

付费申请 已完成新加参数

Qukatie hace 4 semanas
padre
commit
8534d83325
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 => {