|
@@ -151,6 +151,7 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
mounted() {
|
|
|
+ console.log(this.form.typeList);
|
|
|
if (this.form.typeList[0] === "19") {
|
|
|
// 流量套餐
|
|
|
this.getGoodSList(2);
|
|
@@ -212,13 +213,13 @@ export default {
|
|
|
// 新增 / 编辑
|
|
|
getDetail(id) {
|
|
|
this.$router.push({
|
|
|
- path: `/vippackage/vippackage/detail`,
|
|
|
+ path: `/service/vip/detail`,
|
|
|
query: {
|
|
|
id: id,
|
|
|
typeList: this.form.typeList.join(","),
|
|
|
},
|
|
|
});
|
|
|
- this.$route.meta.activeMenu = "vippackage/list";
|
|
|
+ this.$route.meta.activeMenu = "/service/vipPackage";
|
|
|
},
|
|
|
|
|
|
// 删除
|