Commit c1fc8f74 authored by yanzhengyang's avatar yanzhengyang

fix(CCAP编制任务处理):列表页面路由跳转修改修改

parent c0a71037
...@@ -737,7 +737,7 @@ function handleView1(row) { ...@@ -737,7 +737,7 @@ function handleView1(row) {
} }
/** 编制中 处理按钮操作 */ /** 编制中 处理按钮操作 */
function handleProcess1(row) { function handleProcess1(row) {
proxy.$router.push({ path: '' ,query: {id: row.id,type:""}}); proxy.$router.push({ path: '/control/CCAPControlPlan/CCAPCompileView' ,query: {id: row.id,type:"编辑"}});
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment