Commit b0120be4 by 王昆

gsb

parent b3d39c7e
...@@ -1697,7 +1697,8 @@ class EcontractApi { ...@@ -1697,7 +1697,8 @@ class EcontractApi {
var idNoList = []; var idNoList = [];
var idNameList = []; var idNameList = [];
for (var u of userList) { for (var u of userList) {
idNoList.push(u.idNo.toUpperCase()); u.idNo = u.idNo.toUpperCase();
idNoList.push(u.idNo);
idNameList.push(u.idName); idNameList.push(u.idName);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment