From 4f041010308fc97ace5101f7de9cf7a6cd40e2d5 Mon Sep 17 00:00:00 2001 From: songyunpeng Date: Fri, 14 May 2021 17:09:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=9D=97=E7=B1=BB=E5=9E=8B=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=86=85=E5=AE=B9=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../news/modulecategory-add-or-update.vue | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/src/views/modules/news/modulecategory-add-or-update.vue b/src/views/modules/news/modulecategory-add-or-update.vue index 71c0d2a..fdf7aee 100644 --- a/src/views/modules/news/modulecategory-add-or-update.vue +++ b/src/views/modules/news/modulecategory-add-or-update.vue @@ -23,6 +23,16 @@ 点击选择模块样式 {{moduleStyleName}} + + + + + + {}) }, + getDetailStyleList () { + this.$http.get(`/sys/dict/listSimple/detail_style`).then(({ data: res }) => { + if (res.code !== 0) { + return this.$message.error(res.msg) + } + this.detailStyleList = res.data + }).catch(() => {}) + }, getCategoryTypeList () { this.$http.get(`/sys/dict/listSimple/module_category_type`).then(({ data: res }) => { if (res.code !== 0) {