提交 c535e7bd 编写于 作者: zhangzhiwei's avatar zhangzhiwei

.

上级 59342c43
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
// 未参加活动的商品 // 未参加活动的商品
getNotRegistsList() { getNotRegistsList() {
this.loading = true; this.loading = true;
this.$axios.post("/actLocalRegist/notRegistsList", { this.$axios.post("/actregist/notRegistsList", {
...this.params2, ...this.params2,
"actId":this.temType==2?this.temActId:'f4f15eac-0699-11ed-9da2-7cd30aeb12-7z', "actId":this.temType==2?this.temActId:'f4f15eac-0699-11ed-9da2-7cd30aeb12-7z',
}).then(res => { }).then(res => {
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
// 参加活动的商品 // 参加活动的商品
getRegisteredList() { getRegisteredList() {
this.loading = true; this.loading = true;
this.$axios.post("/actLocalRegist/registered", { this.$axios.post("/actregist/registered", {
...this.params, ...this.params,
"actId":this.temType==2?this.temActId:'f4f15eac-0699-11ed-9da2-7cd30aeb12-7z', "actId":this.temType==2?this.temActId:'f4f15eac-0699-11ed-9da2-7cd30aeb12-7z',
}).then(res => { }).then(res => {
...@@ -224,7 +224,7 @@ ...@@ -224,7 +224,7 @@
// } // }
// } // }
this.otherLoading1 = true; this.otherLoading1 = true;
this.$axios.post("/actLocalRegist/delActGoods",params).then(res => { this.$axios.post("/actregist/delActGoods",params).then(res => {
let { code, msg } = res.data; let { code, msg } = res.data;
if (code == 200) { if (code == 200) {
if(this.actSkuList.length-this.delSelection.length==0){ if(this.actSkuList.length-this.delSelection.length==0){
...@@ -247,7 +247,7 @@ ...@@ -247,7 +247,7 @@
return; return;
} }
this.otherLoading = true; this.otherLoading = true;
this.$axios.post("/actLocalRegist/addActGoods", { this.$axios.post("/actregist/addActGoods", {
skuIds: this.selection, skuIds: this.selection,
"actId":this.temType==2?this.temActId:'f4f15eac-0699-11ed-9da2-7cd30aeb12-7z', "actId":this.temType==2?this.temActId:'f4f15eac-0699-11ed-9da2-7cd30aeb12-7z',
}).then(res => { }).then(res => {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册