Skip to content

业务跳转打开待办

js
function goto(){
  this.$router.push("workFlow/flowTodo?id=" + "流程实例id");
}