|
@@ -1490,7 +1490,7 @@ export default {
|
|
|
this.$message.success("提交成功");
|
|
|
this.$store.dispatch('delVisitedViews', this.$route)
|
|
|
this.$router.push({
|
|
|
- path: "/business/vipList",
|
|
|
+ path: "/vipManager/vipList",
|
|
|
query: {
|
|
|
rules: this.rules,
|
|
|
searchForm: this.searchForm,
|
|
@@ -1501,7 +1501,7 @@ export default {
|
|
|
this.$message.success("恭喜您创建成功");
|
|
|
this.$store.dispatch('delVisitedViews', this.$route)
|
|
|
this.$router.push({
|
|
|
- path: "/business/vipList",
|
|
|
+ path: "/vipManager/vipList",
|
|
|
query: {
|
|
|
rules: this.rules,
|
|
|
searchForm: this.searchForm,
|
|
@@ -1611,7 +1611,7 @@ export default {
|
|
|
onCancel() {
|
|
|
this.$store.dispatch('delVisitedViews', this.$route)
|
|
|
this.$router.push({
|
|
|
- path: "/business/vipList",
|
|
|
+ path: "/vipManager/vipList",
|
|
|
query: {
|
|
|
rules: this.rules,
|
|
|
searchForm: this.searchForm,
|