diff --git a/src/pages/DraftManage.vue b/src/pages/DraftManage.vue index b2b9f1e..cb5e50c 100644 --- a/src/pages/DraftManage.vue +++ b/src/pages/DraftManage.vue @@ -32,7 +32,7 @@ color="primary" :disable="operateDisabled" label="编辑" - :to="`/painting/${props.row.id}/${props.row.type}`" + :to="`/painting/${props.row.id}/Line`" />