From a3fe3a3743ca645bcead3ddf9b2fd2e95d49d805 Mon Sep 17 00:00:00 2001 From: mhhhh Date: Thu, 7 Jul 2022 18:25:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=9A=90=E7=A7=81=E5=8D=8F?= =?UTF-8?q?=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; },