Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rs-cloud-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
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
周健威
rs-cloud-platform-ui
Commits
c2797cde
Commit
c2797cde
authored
Jan 19, 2021
by
rencs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.19 del
parent
81414428
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
496 additions
and
342 deletions
+496
-342
index.js
src/api/admin/groupType/index.js
+7
-0
index.vue
src/views/admin/groupType/index.vue
+489
-342
No files found.
src/api/admin/groupType/index.js
View file @
c2797cde
...
...
@@ -30,6 +30,13 @@ export function delObj(id) {
})
}
export
function
delObj2
(
id
)
{
return
fetch
({
url
:
'/api/admin/group/'
+
id
,
method
:
'delete'
})
}
export
function
putObj
(
id
,
obj
)
{
return
fetch
({
url
:
'/api/admin/groupType/'
+
id
,
...
...
src/views/admin/groupType/index.vue
View file @
c2797cde
This diff is collapsed.
Click to expand it.
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