Commit 022c1c01 authored by tanghao's avatar tanghao

页面跳转

parent 1005fec5
......@@ -25,7 +25,7 @@ const queryFileInfo = async () => {
}
const pageBack = () => {
router.go(-1)
router.push('/order/list')
}
onMounted(() => {
......
......@@ -115,7 +115,7 @@ const submitForm = async () => {
const goBack = () => {
const router = useRouter()
router.go(-1)
router.push('/order/list')
}
</script>
<style lang="scss" scoped></style>
......@@ -25,7 +25,7 @@ const queryFileInfo = async () => {
}
const pageBack = () => {
router.go(-1)
router.push('/order/list')
}
onMounted(() => {
......
......@@ -160,7 +160,7 @@ const submitForm = async () => {
const goBack = () => {
const router = useRouter()
router.go(-1)
router.push('/order/list')
}
</script>
<style lang="scss" scoped></style>
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