From a3fe3a3743ca645bcead3ddf9b2fd2e95d49d805 Mon Sep 17 00:00:00 2001 From: mhhhh Date: Thu, 7 Jul 2022 18:25:27 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=9A=90=E7=A7=81?= =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E7=9A=84=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/src/views/privacy-content/index.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/manager/src/views/privacy-content/index.vue b/manager/src/views/privacy-content/index.vue index 744e6e6a..d20a28ce 100644 --- a/manager/src/views/privacy-content/index.vue +++ b/manager/src/views/privacy-content/index.vue @@ -211,7 +211,6 @@ export default { this.loading = true; getPrivacy(data.type).then((res) => { this.loading = false; - if(res.result){ this.modalVisible = true; this.form.article.categoryId = res.result.categoryId; this.form.id = res.result.id; @@ -221,7 +220,6 @@ export default { this.form.article.openStatus = res.result.openStatus; this.form.article.type = res.result.type; this.form.type = res.result.type; - } }); this.loading = false; }, From 601a2e8d33278ba66546a9d39bef93716f472eb4 Mon Sep 17 00:00:00 2001 From: Chopper Date: Fri, 8 Jul 2022 09:34:45 +0800 Subject: [PATCH 2/2] =?UTF-8?q?PC=E7=AB=AF=E5=88=86=E9=94=80=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E7=BB=91=E5=AE=9A=E5=85=B3=E7=B3=BB=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/api/member.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buyer/src/api/member.js b/buyer/src/api/member.js index c3fe0425..301b7414 100644 --- a/buyer/src/api/member.js +++ b/buyer/src/api/member.js @@ -485,7 +485,7 @@ export function delMemberMsg (id) { */ export function getGoodsDistribution (distributionId) { return request({ - url: `/buyer/distribution/bindingDistribution/${distributionId}`, + url: `/buyer/distribution/distribution/bindingDistribution/${distributionId}`, method: Method.GET, needToken: true });