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