测试问题修改1

This commit is contained in:
zzyuan 2026-01-23 18:04:05 +08:00
parent 148131fc3f
commit c513bae261
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ export default {
}, },
methods: { methods: {
goBack() { goBack() {
this.$router.push({ path: '/stockManagement/inventoryAudit' }).then(() => { this.$router.push({ path: '/stockManagement/entryApply' }).then(() => {
this.$tab.closePage({ path: '/stockManagement/entryApply/apply' }) this.$tab.closePage({ path: '/stockManagement/entryApply/apply' })
}) })
}, },