From 8d6fa2f19f86f1cb64cb0375a540b736b6c5f6b5 Mon Sep 17 00:00:00 2001 From: mhhhh Date: Thu, 30 Jun 2022 10:25:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=9A=90=E7=A7=81=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=E4=B8=AD=E7=9A=84=E6=8E=92=E5=BA=8F=EF=BC=8C=E5=88=86?= =?UTF-8?q?=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/src/views/privacy-content/index.vue | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/manager/src/views/privacy-content/index.vue b/manager/src/views/privacy-content/index.vue index 0b82450d..d794ef7c 100644 --- a/manager/src/views/privacy-content/index.vue +++ b/manager/src/views/privacy-content/index.vue @@ -14,27 +14,9 @@ - - - - - - - - - 展示 - 隐藏 - -
@@ -225,7 +207,6 @@ export default { if(res.result){ this.modalVisible = true; this.form.article.categoryId = res.result.categoryId; - console.log(this.treeDataDefault); this.form.id = res.result.id; this.form.article.content =res.result.content; this.form.article.title = res.result.title;