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