修改传的字段 glbsm改为bsm
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -117,7 +117,7 @@ | ... | @@ -117,7 +117,7 @@ |
117 | console.log(row); | 117 | console.log(row); |
118 | let path = ""; | 118 | let path = ""; |
119 | var type; | 119 | var type; |
120 | var id = row.glbsm; | 120 | var id = row.bsm; |
121 | switch (row.dylx) { | 121 | switch (row.dylx) { |
122 | case "自然幢": | 122 | case "自然幢": |
123 | path = "/zrz"; | 123 | path = "/zrz"; | ... | ... |
-
Please register or sign in to post a comment