Browse Source

居民信息所属组织翻页bug

V1.0
mk 3 years ago
parent
commit
a8142e6e0b
  1. 2
      src/views/modules/base/resi.vue

2
src/views/modules/base/resi.vue

@ -1005,7 +1005,7 @@ export default {
obj.categoryKey = ""; obj.categoryKey = "";
} }
if (typeof obj.agencyId == "object" && obj.agencyId.length != 0) { if (typeof obj.agencyId == "object" && obj.agencyId.length != 0) {
obj.agencyId = obj.agencyId.join(","); obj.agencyId = obj.agencyId[obj.agencyId.length-1]
} else { } else {
obj.agencyId = ""; obj.agencyId = "";
} }

Loading…
Cancel
Save