Commit 022c1c01 authored by tanghao's avatar tanghao

页面跳转

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