mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
合并master
This commit is contained in:
@@ -485,7 +485,7 @@ export function delMemberMsg (id) {
|
|||||||
*/
|
*/
|
||||||
export function getGoodsDistribution (distributionId) {
|
export function getGoodsDistribution (distributionId) {
|
||||||
return request({
|
return request({
|
||||||
url: `/buyer/distribution/bindingDistribution/${distributionId}`,
|
url: `/buyer/distribution/distribution/bindingDistribution/${distributionId}`,
|
||||||
method: Method.GET,
|
method: Method.GET,
|
||||||
needToken: true
|
needToken: true
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -211,7 +211,6 @@ export default {
|
|||||||
this.loading = true;
|
this.loading = true;
|
||||||
getPrivacy(data.type).then((res) => {
|
getPrivacy(data.type).then((res) => {
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
if(res.result){
|
|
||||||
this.modalVisible = true;
|
this.modalVisible = true;
|
||||||
this.form.article.categoryId = res.result.categoryId;
|
this.form.article.categoryId = res.result.categoryId;
|
||||||
this.form.id = res.result.id;
|
this.form.id = res.result.id;
|
||||||
@@ -221,7 +220,6 @@ export default {
|
|||||||
this.form.article.openStatus = res.result.openStatus;
|
this.form.article.openStatus = res.result.openStatus;
|
||||||
this.form.article.type = res.result.type;
|
this.form.article.type = res.result.type;
|
||||||
this.form.type = res.result.type;
|
this.form.type = res.result.type;
|
||||||
}
|
|
||||||
});
|
});
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user