|
@@ -161,6 +161,10 @@ export default {
|
|
|
loadData: parameter => {
|
|
|
this.disabled = true
|
|
|
this.spinning = true
|
|
|
+ if(this.currentTab == 1){
|
|
|
+ this.queryParam.isAll = '1'
|
|
|
+ this.queryParam.status = 'AUDIT_PASS'
|
|
|
+ }
|
|
|
return financeBookDetailList(Object.assign(parameter, this.queryParam)).then(res => {
|
|
|
let data
|
|
|
if (res.status == 200) {
|