@@ -116,7 +116,7 @@ export default {
}
},
created() {
- this.onlyRead = this.$route.query.onlyRead ==='true' || this.$route.query.onlyRead ===true;
+ this.onlyRead = this.$route.query.onlyRead ==='true' || this.$route.query.onlyRead === true || !this.$route.query.onlyRead;
this.getTableHeader()
watch: {