Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jeecg-boot
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
jeecg-boot
Commits
6c506023
Commit
6c506023
authored
Jul 19, 2019
by
zhangdaihao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决issue #309 #300
parent
0b2a98d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
ant-design-vue-jeecg/src/views/system/DepartList.vue
+1
-1
ant-design-vue-jeecg/src/views/system/modules/DeptUserInfo.vue
+8
-0
No files found.
ant-design-vue-jeecg/src/views/system/DepartList.vue
View file @
6c506023
...
@@ -363,7 +363,7 @@
...
@@ -363,7 +363,7 @@
},
},
onClearSelected
()
{
onClearSelected
()
{
this
.
hiding
=
true
this
.
hiding
=
true
this
.
checkedKeys
=
{}
this
.
checkedKeys
=
[]
this
.
currSelected
=
{}
this
.
currSelected
=
{}
this
.
form
.
resetFields
()
this
.
form
.
resetFields
()
this
.
selectedKeys
=
[]
this
.
selectedKeys
=
[]
...
...
ant-design-vue-jeecg/src/views/system/modules/DeptUserInfo.vue
View file @
6c506023
...
@@ -208,6 +208,14 @@
...
@@ -208,6 +208,14 @@
deleteAction
(
that
.
url
.
delete
,
{
depId
:
this
.
currentDeptId
,
userId
:
id
}).
then
((
res
)
=>
{
deleteAction
(
that
.
url
.
delete
,
{
depId
:
this
.
currentDeptId
,
userId
:
id
}).
then
((
res
)
=>
{
if
(
res
.
success
)
{
if
(
res
.
success
)
{
that
.
$message
.
success
(
res
.
message
);
that
.
$message
.
success
(
res
.
message
);
if
(
this
.
selectedRowKeys
.
length
>
0
){
for
(
let
i
=
0
;
i
<
this
.
selectedRowKeys
.
length
;
i
++
){
if
(
this
.
selectedRowKeys
[
i
]
==
id
){
this
.
selectedRowKeys
.
splice
(
i
,
1
);
break
;
}
}
}
that
.
loadData
();
that
.
loadData
();
}
else
{
}
else
{
that
.
$message
.
warning
(
res
.
message
);
that
.
$message
.
warning
(
res
.
message
);
...
...
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