From 547397ac455a69d6e426e09e9ab4a5b10e8b450b Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Wed, 12 Jan 2022 15:10:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=B1=BB=E6=B7=BB=E5=8A=A0=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 0be1ab41f1d81992a701a1697cf48e1645339a50) --- src/views/modules/events/category-add-or-update.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/modules/events/category-add-or-update.vue b/src/views/modules/events/category-add-or-update.vue index f40c144b..c63c2906 100644 --- a/src/views/modules/events/category-add-or-update.vue +++ b/src/views/modules/events/category-add-or-update.vue @@ -23,6 +23,9 @@ + + + @@ -55,7 +58,8 @@ export default { parentName: '', sort: 0, categoryType: '', - categoryCode: '' + categoryCode: '', + color: '' }, secondOrgDictList: [] }