|
|
@@ -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 => {
|