|
@@ -175,13 +175,13 @@ export default {
|
|
|
// 需要的参数 id
|
|
|
this.$router.push({
|
|
|
path: "/operateManager/serverIndexList",
|
|
|
- query: { teacherId: this.teacherId, activeIndex: "2" },
|
|
|
+ query: { teacherId: this.teacherId*1, activeIndex: "2" },
|
|
|
});
|
|
|
},
|
|
|
gotoOperating() {
|
|
|
this.$router.push({
|
|
|
path: "/operateManager/operateStudent",
|
|
|
- query: { teacherId: this.teacherId, operatingTag: "1" },
|
|
|
+ query: { teacherId: this.teacherId*1, operatingTag: "1" },
|
|
|
});
|
|
|
},
|
|
|
}
|