Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
K
klck
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
位宇华
klck
Commits
bbe67beb
Commit
bbe67beb
authored
Jul 14, 2023
by
lvzhuangzhuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
10637b95
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysRuleManagementController.java
...yi/web/controller/system/SysRuleManagementController.java
+1
-1
ruoyi-ui/package.json
ruoyi-ui/package.json
+1
-1
No files found.
ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysRuleManagementController.java
View file @
bbe67beb
...
...
@@ -66,7 +66,7 @@ public class SysRuleManagementController extends BaseController
*/
@PreAuthorize
(
"@ss.hasPermi('system:ruleManagement:edit')"
)
@Log
(
title
=
"规则详情"
,
businessType
=
BusinessType
.
UPDATE
)
@PutMapping
@PutMapping
(
"/edit"
)
public
AjaxResult
edit
(
@RequestBody
SysRuleManagement
sysRuleManagement
)
{
return
toAjax
(
iSysRuleManagement
.
updateRule
(
sysRuleManagement
));
...
...
ruoyi-ui/package.json
View file @
bbe67beb
...
...
@@ -11,7 +11,6 @@
"preview"
:
"node build/index.js --preview"
,
"lint"
:
"eslint --ext .js,.vue src"
},
"husky"
:
{
"hooks"
:
{
"pre-commit"
:
"lint-staged"
...
...
@@ -60,6 +59,7 @@
"scriptjs"
:
"^2.5.9"
,
"sortablejs"
:
"1.10.2"
,
"vue"
:
"2.6.12"
,
"vue-append"
:
"^2.2.0"
,
"vue-count-to"
:
"1.0.13"
,
"vue-cropper"
:
"0.5.5"
,
"vue-router"
:
"3.4.9"
,
...
...
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