Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
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
chehuidong
saas-manage
Commits
c7dc9ed0
Commit
c7dc9ed0
authored
Apr 17, 2023
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 问题修改
parent
79a41f40
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
src/views/taskManage/index.vue
+9
-6
No files found.
src/views/taskManage/index.vue
View file @
c7dc9ed0
...
@@ -91,7 +91,9 @@
...
@@ -91,7 +91,9 @@
style=
"width: 120px"
style=
"width: 120px"
placeholder=
"请选择"
placeholder=
"请选择"
clearable
clearable
v-model=
"searchForm.leader"
multiple
collapse-tags
v-model=
"searchForm.leaders"
>
>
<el-option
<el-option
v-for=
"user in userList"
v-for=
"user in userList"
...
@@ -480,7 +482,7 @@ export default {
...
@@ -480,7 +482,7 @@ export default {
selections
:
[],
selections
:
[],
is_tab
:
'1'
,
is_tab
:
'1'
,
statusCode
:
'PRE_HANDLING'
,
statusCode
:
'PRE_HANDLING'
,
searchForm
:
{
timeProp
:
'create_time'
,
leader
:
''
,
prop
:
'createTime'
},
searchForm
:
{
timeProp
:
'create_time'
,
leader
s
:
[]
,
prop
:
'createTime'
},
isEdit
:
false
,
isEdit
:
false
,
sourceData
:
[],
sourceData
:
[],
currentRowId
:
''
,
currentRowId
:
''
,
...
@@ -812,7 +814,7 @@ export default {
...
@@ -812,7 +814,7 @@ export default {
},
},
handleNodeClick
(
data
)
{
handleNodeClick
(
data
)
{
if
(
data
.
statusCode
!==
'IN_PROGRESS'
)
{
if
(
data
.
statusCode
!==
'IN_PROGRESS'
)
{
this
.
searchForm
.
leader
=
''
this
.
searchForm
.
leader
s
=
''
}
}
this
.
statusCode
=
data
.
statusCode
this
.
statusCode
=
data
.
statusCode
this
.
getlist
()
this
.
getlist
()
...
@@ -829,6 +831,7 @@ export default {
...
@@ -829,6 +831,7 @@ export default {
startTime
:
this
.
periodTime
&&
this
.
periodTime
[
0
],
startTime
:
this
.
periodTime
&&
this
.
periodTime
[
0
],
endTime
:
this
.
periodTime
&&
this
.
periodTime
[
1
],
endTime
:
this
.
periodTime
&&
this
.
periodTime
[
1
],
...
this
.
searchForm
,
...
this
.
searchForm
,
leaders
:
this
.
searchForm
.
leaders
&&
this
.
searchForm
.
leaders
.
join
(
','
),
})
})
.
then
((
res
)
=>
{
.
then
((
res
)
=>
{
this
.
sourceData
=
res
.
data
.
records
this
.
sourceData
=
res
.
data
.
records
...
@@ -937,11 +940,11 @@ export default {
...
@@ -937,11 +940,11 @@ export default {
if
(
val
===
'IN_PROGRESS'
)
{
if
(
val
===
'IN_PROGRESS'
)
{
this
.
$set
(
this
.
$set
(
this
.
searchForm
,
this
.
searchForm
,
'leader'
,
'leader
s
'
,
this
.
userInfo
.
id
,
[
this
.
userInfo
.
id
]
,
)
)
}
else
{
}
else
{
this
.
$set
(
this
.
searchForm
,
'leader
'
,
''
)
this
.
$set
(
this
.
searchForm
,
'leader
s'
,
[]
)
}
}
},
},
},
},
...
...
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