This commit is contained in:
熊成强 2020-11-19 09:44:42 +08:00
parent ad46af0738
commit 1b5ef5cd6a

View File

@ -220,7 +220,7 @@ export default {
computed: {},
beforeMount () { },
async mounted () {
await this.handleGetTbale({id: this.$route.query.id})
await this.handleGetTbale({id: this.$route.query.id || ''})
if (this.isNoRouter) {
await this.handleStartsReq()
}