|
|
|
@ -584,9 +584,10 @@ |
|
|
|
|
|
|
|
// 执法人员 |
|
|
|
let lawCer = []; |
|
|
|
obj.lawEnforcerIdTwo = dt.lawEnforcerIdTwo; |
|
|
|
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(','); |
|
|
|
|