feat: 新增多标签Tab页内嵌模式

This commit is contained in:
Yer
2023-07-06 11:44:15 +08:00
parent 3c83179579
commit 6b697f9ecd
38 changed files with 255 additions and 136 deletions

View File

@@ -266,7 +266,7 @@ export default {
getCouponReceiveList(this.searchForm).then((res) => {
this.loading = false;
if (res.success) {
console.log(res);
this.data = res.result.records;
this.total = res.result.total;
}

View File

@@ -252,7 +252,7 @@ export default {
getDetail () {
// 获取活动详情
getFullDiscountById(this.id).then((res) => {
console.log(res);
let data = res.result;
if (data.scopeType === "ALL") {
data.promotionGoodsList = [];

View File

@@ -246,7 +246,8 @@ export default {
},
// 管理拼团商品
manage(v, status) {
this.$router.push({ name: "pintuan-goods", query: { id: v.id, status: status } });
this.$options.filters.customRouterPush({name: "pintuan-goods", query: { id: v.id, status: status }} )
},
// 手动开启拼团活动
open(v) {