BUG 30542
This commit is contained in:
@@ -76,7 +76,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
search: {status: "0", applyTime: []},
|
search: {status: "", applyTime: []},
|
||||||
page: {current: 1, size: 10, total: 0},
|
page: {current: 1, size: 10, total: 0},
|
||||||
tableData: [],
|
tableData: [],
|
||||||
}
|
}
|
||||||
@@ -105,7 +105,7 @@ export default {
|
|||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.$dict.load('financialLoanApplyStatus')
|
this.$dict.load('financialLoanApplyStatus')
|
||||||
this.search.status = this.$route.query.status
|
this.search.status = this.$route.query.status || "0"
|
||||||
this.getTableData()
|
this.getTableData()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user