From f008dbaec682b911c9d95e4ab8c417915d857b2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Sat, 23 Jul 2022 22:42:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DictField/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/DictField/index.vue b/src/components/DictField/index.vue index b700c322..f1bf3cdd 100644 --- a/src/components/DictField/index.vue +++ b/src/components/DictField/index.vue @@ -51,10 +51,9 @@ import util from '@/common/js/util' if(!isEmpty){ obj.icon= '' } - } - debugger; + } if(isEmpty){ - obj.innerText="" + obj.innerText='' }else{ if(currentItem==null){ obj.innerText=this.myVal