Commit 7d6a94e0 authored by 何远江's avatar 何远江

跳转字段错误修改

parent b92752e1
......@@ -167,7 +167,7 @@ export const routes = [
meta: {
title: '订单上传'
},
component: () => import('@/views/comment-excel/CommentExcel.vue')
component: () => import('@/views/comment-excel/CommentUpload.vue')
}
]
......
......@@ -11,7 +11,7 @@ const uploadSuccess = (data) => {
router.replace({
path: '/comment-excel',
query: {
fileId: data.fileId
fileId: data.orderFileId
}
})
}
......
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