Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
renren-generator
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴迪
renren-generator
Commits
7b4bb808
Commit
7b4bb808
authored
Jul 18, 2023
by
吴迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加data
parent
af433352
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.vue.vm
src/main/resources/template/index.vue.vm
+3
-3
No files found.
src/main/resources/template/index.vue.vm
View file @
7b4bb808
...
...
@@ -114,14 +114,14 @@
// 新增
addHandle () {
#[[this.$nextTick(() => {]]#
#[[this.$router.push]]#({ name: 'manage-${pathName}-
${pathName}addui' })
#[[this.$router.push]]#({ name: 'manage-${pathName}/
${pathName}addui' })
#[[})]]#
},
// 修改
updateHandle (id) {
#[[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) {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment