Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
9
91isoft_vue_manage
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
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
杨硕
91isoft_vue_manage
Commits
ca211d1d
Commit
ca211d1d
authored
Jan 22, 2024
by
孙浩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deleteIds参数
parent
90b3998b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
index.vue
src/views/monitor/errorLog/index.vue
+1
-0
index.vue
src/views/monitor/loginInfo/index.vue
+1
-0
index.vue
src/views/monitor/operLog/index.vue
+1
-0
No files found.
src/views/monitor/errorLog/index.vue
View file @
ca211d1d
...
...
@@ -402,6 +402,7 @@ export default {
type
:
'warning'
}).
then
(()
=>
{
const
query
=
{
deleteIds
:
row
.
businessId
,
businessId
:
row
.
businessId
,
operTime
:
moment
(
row
.
operTime
).
format
(
'YYYY-MM'
)
}
...
...
src/views/monitor/loginInfo/index.vue
View file @
ca211d1d
...
...
@@ -291,6 +291,7 @@ export default {
type
:
'warning'
}).
then
(()
=>
{
const
query
=
{
deleteIds
:
row
.
businessId
,
businessId
:
row
.
businessId
,
loginTime
:
moment
(
row
.
loginTime
).
format
(
'YYYY-MM'
)
}
...
...
src/views/monitor/operLog/index.vue
View file @
ca211d1d
...
...
@@ -446,6 +446,7 @@ export default {
type
:
'warning'
}).
then
(()
=>
{
const
query
=
{
deleteIds
:
row
.
businessId
,
businessId
:
row
.
businessId
,
operTime
:
moment
(
row
.
operTime
).
format
(
'YYYY-MM'
)
}
...
...
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