Browse Source

登记详情预约人员问题修复

v3
蟑螂恶霸 2 years ago
parent
commit
6b4dc41c99
  1. 1
      src/views/enterprise/registrationDetail.vue

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

Loading…
Cancel
Save