|
@@ -30,7 +30,7 @@ function first_success(obj, sta) {
|
|
|
j = 0;
|
|
|
k = 0;
|
|
|
for (i = 0; i < output.list.length; i++) {
|
|
|
- if (userId === ""+output.list[i].flowMasterId) {
|
|
|
+ if (userId+"" === ""+output.list[i].flowMasterId) {
|
|
|
flowID[j] = output.list[i].flowId;
|
|
|
flowname[j] = output.list[i].flowName + "(负责人)";
|
|
|
j++;
|