From 6b4dc41c991c057bbee69eb1ff5c0676489a25f1 Mon Sep 17 00:00:00 2001 From: kylin L <452061493@qq.com> Date: Sun, 29 Sep 2024 16:05:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E8=AE=B0=E8=AF=A6=E6=83=85=E9=A2=84?= =?UTF-8?q?=E7=BA=A6=E4=BA=BA=E5=91=98=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/enterprise/registrationDetail.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/enterprise/registrationDetail.vue b/src/views/enterprise/registrationDetail.vue index 13c8e65..bb3d281 100644 --- a/src/views/enterprise/registrationDetail.vue +++ b/src/views/enterprise/registrationDetail.vue @@ -587,7 +587,6 @@ obj.lawEnforcerIdTwo = dt.lawEnforcerTwoId; obj.lawEnforcerTwo = dt.lawEnforcerTwo; var lawEnforcer2ShowStr = dt.lawEnforcer2Show; - debugger; if ((null != obj.lawEnforcerIdTwo && obj.lawEnforcerIdTwo.length > 0) && (null != obj.lawEnforcerTwo && obj.lawEnforcerTwo.length > 0)) { var tmpEnforceId = obj.lawEnforcerIdTwo.split(',');