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