This commit is contained in:
parent
733b391ef3
commit
8e09b9a9cc
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue