5dca44b4 by 杨威

范围属性变更成功后跳转参数修改

1 parent b163ba99
...@@ -154,7 +154,7 @@ export default { ...@@ -154,7 +154,7 @@ export default {
154 this.$router.push({ 154 this.$router.push({
155 path: path, 155 path: path,
156 query: { 156 query: {
157 bsm: newGlbsm, 157 bsm: res.result,
158 source: 2 158 source: 2
159 } 159 }
160 }); 160 });
......