|
@@ -822,7 +822,7 @@ export default {
|
|
|
...Object.assign(params, this.query),
|
|
...Object.assign(params, this.query),
|
|
|
businessType: "GZXZ",
|
|
businessType: "GZXZ",
|
|
|
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 => {
|