Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
yn-science-front
Project
Project
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
徐俊
yn-science-front
Commits
ec8fdba4
Commit
ec8fdba4
authored
Mar 11, 2025
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qqq
parent
7221c91d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
groupExpertSelect.vue
src/views/assign/components/groupExpertSelect.vue
+6
-5
No files found.
src/views/assign/components/groupExpertSelect.vue
View file @
ec8fdba4
...
...
@@ -75,7 +75,7 @@ export default {
if
(
data
)
{
this
.
checkedKeys
=
data
.
spec
this
.
defaultExpandedKeys
=
data
.
expanded
this
.
seachExpert
(
this
.
checkedKeys
)
this
.
seachExpert
()
}
this
.
loading
=
false
}).
catch
(()
=>
{
...
...
@@ -86,7 +86,8 @@ export default {
onClick
(
value
,
info
)
{
},
onCheck
(
value
,
info
)
{
this
.
seachExpert
(
value
)
this
.
checkedKeys
=
value
this
.
seachExpert
()
},
onExpand
(
value
)
{
this
.
defaultExpandedKeys
=
value
...
...
@@ -103,11 +104,11 @@ export default {
}).
catch
(()
=>
{
this
.
loading
=
true
});
},
changePersonName
()
{
this
.
seachExpert
(
null
,
null
,
null
,
)
this
.
seachExpert
()
},
seachExpert
(
specId
)
{
seachExpert
()
{
this
.
loading
=
true
this
.
$api
.
expertSpec
.
getExpertListByExpertSpecIds
({
specIds
:
specId
,
groupIds
:
this
.
projGroupSelectedRowKeys
,
personName
:
this
.
personName
}).
then
(({
data
=
{}
})
=>
{
this
.
$api
.
expertSpec
.
getExpertListByExpertSpecIds
({
specIds
:
this
.
checkedKeys
,
groupIds
:
this
.
projGroupSelectedRowKeys
,
personName
:
this
.
personName
}).
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
dataList
=
data
this
.
expertFilter
(
this
.
expertSelectKeys
,
this
.
dataList
)
...
...
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