|
@@ -508,11 +508,12 @@ export default {
|
|
|
let id = row.id;
|
|
|
let organId = row.organId;
|
|
|
let educationalTeacherId = row.educationalTeacherId;
|
|
|
+ let userId = row.userId; // 课程组上指导老师
|
|
|
let rules = JSON.stringify(this.rules);
|
|
|
let searchForm = JSON.stringify(this.searchForm);
|
|
|
this.$router.push({
|
|
|
path: "/business/vipReset",
|
|
|
- query: { id, educationalTeacherId, organId, rules, searchForm }
|
|
|
+ query: { id, educationalTeacherId, organId, userId, rules, searchForm }
|
|
|
});
|
|
|
},
|
|
|
// 删除VIP
|