Commit 7b4bb808 by 吴迪

添加data

parent af433352
...@@ -114,14 +114,14 @@ ...@@ -114,14 +114,14 @@
// 新增 // 新增
addHandle () { addHandle () {
#[[this.$nextTick(() => {]]# #[[this.$nextTick(() => {]]#
#[[this.$router.push]]#({ name: 'manage-${pathName}-${pathName}addui' }) #[[this.$router.push]]#({ name: 'manage-${pathName}/${pathName}addui' })
#[[})]]# #[[})]]#
}, },
// 修改 // 修改
updateHandle (id) { updateHandle (id) {
#[[this.$nextTick(() => {]]# #[[this.$nextTick(() => {]]#
#[[this.$router.push]]#({ name: 'manage-${pathName}-${pathName}updateui', params: { id: id } }) #[[this.$router.push]]#({ name: 'manage-${pathName}/${pathName}updateui', params: { id: id } })
#[[})]]# #[[})]]#
}, },
// 删除 // 删除
deleteHandle (id) { deleteHandle (id) {
......
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