|
@@ -72,7 +72,7 @@
|
|
|
|
|
|
<script>
|
|
|
// import { list as sceneList } from "@/api/operation/scene";
|
|
|
-import { goodsList, list, remove, shelve, deviceGoodsList, newGoodsList } from "@/api/service/package";
|
|
|
+import { goodsList, list, newGoodsList, remove, shelve } from "@/api/service/package";
|
|
|
import { devMixin, serviceTimeMixin } from "@/mixin/index";
|
|
|
import { dialogCallBack } from "@/utils/DialogUtil";
|
|
|
export default {
|
|
@@ -211,7 +211,7 @@ export default {
|
|
|
typeList: this.form.typeList.join(","),
|
|
|
},
|
|
|
});
|
|
|
- this.$route.meta.activeMenu = "/service/vipPackage";
|
|
|
+ this.$route.meta.activeMenu = "/service/serviceVip";
|
|
|
},
|
|
|
|
|
|
// 删除
|