This commit is contained in:
bb_pan 2026-01-05 22:19:47 +08:00
parent 733b391ef3
commit 8e09b9a9cc
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ export default {
}, },
// //
handleAdd() { handleAdd() {
this.$router.push({ path: '/business/addApply'}) this.$router.push({ path: '/business/addApply', query: { isEdit: false } })
}, },
// //
handleView(row) { handleView(row) {