Browse Source

完善挂车出库

master
yunuo970428 2 years ago
parent
commit
7573775f53
  1. 2
      anrui-scm/anrui-scm-ui/src/views/guache/guachechuku/trailerout.vue

2
anrui-scm/anrui-scm-ui/src/views/guache/guachechuku/trailerout.vue

@ -181,7 +181,7 @@ export default {
this.centerDialogVisible = true
var params = {
deployId: row.procDefId,
procInsId: row.procInstId,
procInsId: row.procInstSid,
token: getStorage()
}
this.url = '/#/flow/flowRecordForBusiness?data=' + encodeURI((JSON.stringify(params)))

Loading…
Cancel
Save