Commit dba424d3 authored by 高滢's avatar 高滢

feat(我的待审): 页面

parent b7d3c925
...@@ -188,7 +188,7 @@ ...@@ -188,7 +188,7 @@
> >
</pagination> </pagination>
</div> </div>
<yan-dialog :dialog-manger="dialogManger"></yan-dialog> <!-- <yan-dialog :dialog-manger="dialogManger"></yan-dialog>-->
<el-dialog <el-dialog
:visible.sync="handOverDialog.visible" :visible.sync="handOverDialog.visible"
:title="handOverDialog.title" :title="handOverDialog.title"
...@@ -392,8 +392,8 @@ export default { ...@@ -392,8 +392,8 @@ export default {
handleReview(row) { handleReview(row) {
this.$router.push({ this.$router.push({
path: '/review/sceneReview', path: '/review/sceneReview',
query: { query: {
id: row.id, id: row.id,
sort: row.operationSort sort: row.operationSort
} }
// params:{ }, // params:{ },
......
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