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(',');