|
@@ -469,7 +469,7 @@ export default {
|
|
|
let name = row.name;
|
|
|
this.$router.push({
|
|
|
path: "/business/vipDetail",
|
|
|
- query: { id, name, rules, searchForm },
|
|
|
+ query: { id, name },
|
|
|
});
|
|
|
},
|
|
|
closeVip(scope) {
|
|
@@ -491,7 +491,6 @@ export default {
|
|
|
let searchForm = JSON.stringify(this.searchForm);
|
|
|
this.$router.push({
|
|
|
path: "/business/buildVip",
|
|
|
- query: { rules, searchForm },
|
|
|
});
|
|
|
},
|
|
|
onVIPCourseExport() {
|
|
@@ -627,8 +626,6 @@ export default {
|
|
|
educationalTeacherId,
|
|
|
organId,
|
|
|
userId,
|
|
|
- rules,
|
|
|
- searchForm,
|
|
|
name,
|
|
|
endTimeStr,
|
|
|
startTimeStr,
|