|
|
|
@ -1477,11 +1477,11 @@ export default {
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
async activated() { |
|
|
|
|
if (this.pageId !== this.$route.query.id) return; |
|
|
|
|
await this.$nextTick(); |
|
|
|
|
this.$refs.tableNode.handleCheckSelect(this.selectionList); |
|
|
|
|
}, |
|
|
|
|
// async activated() { |
|
|
|
|
// if (this.pageId !== this.$route.query.id) return; |
|
|
|
|
// await this.$nextTick(); |
|
|
|
|
// this.$refs.tableNode.handleCheckSelect(this.selectionList); |
|
|
|
|
// }, |
|
|
|
|
}; |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|