This commit is contained in:
aixianling
2022-08-29 15:45:31 +08:00
parent 49426284fc
commit 4b2aee6d04

View File

@@ -140,7 +140,7 @@ export default {
} }
}, },
created() { created() {
this.search.status = this.$route.query.status || "0" this.search.status = this.$route.query.status
this.getTableData() this.getTableData()
} }
} }