Merge remote-tracking branch 'origin/master'
Showing
5 changed files
with
32 additions
and
28 deletions
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment
... | ... | @@ -116,6 +116,10 @@ |
this.$store.state.zdbsm = row.glbsm; | ||
path = "/zd"; | ||
break; | ||
case "dz": | ||
this.$store.state.dzbsm = row.glbsm; | ||
path = "/dz"; | ||
break; | ||
default: | ||
break; | ||
} | ||
... | ... |