@@ -133,7 +133,7 @@ export default {
} catch (error) {
console.log(error);
}
- console.log('betaL',betaL);
+ console.log('betaL',this.betaL);
// sessionStorage.setItem('gotype', this.$route.path);
let to = `/pbl-student-table/dist/#/index?userid=${this.$route.query.userid}&oid=${this.$route.query.oid}&org=${this.$route.query.org}&role=${this.$route.query.role}&tType=${this.$route.query.tType}&cid=&screenType=3&gotype=1`
@@ -45,7 +45,7 @@ export default {
console.log(err);
if (this.type == 1) {
this.$router.push({ path: this.to, query: { userid: this.userid, oid: this.oid, org: this.org, role: this.role,tType: this.tType, gotype: 1,sortId:this.sortId } })