system-clients 3.2.1-15 → 3.2.1-16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-clients",
3
- "version": "3.2.1-15",
3
+ "version": "3.2.1-16",
4
4
  "description": "系统基础框架",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -269,7 +269,7 @@ export default {
269
269
  if(res.data && res.data.n !== 0){
270
270
  this.$showMessage('你有'+res.data.n+'个工单待处理,是否跳转到站点工单页面',['confirm','cancel']).then((res) => {
271
271
  if(res === 'confirm'){
272
- this.$goto('stand-work', {})
272
+ this.$refs.route.init('stand-work', {})
273
273
  }
274
274
  })
275
275
  }