Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
member
member
Commits
870e9a6f
Commit
870e9a6f
authored
Jan 04, 2022
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 增加任务中心入口
parent
ddf54233
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
abnormal-member-option.vue
src/components/wechatmembers/abnormal-member-option.vue
+1
-12
frozenMember.vue
src/components/wechatmembers/frozenMember.vue
+12
-1
No files found.
src/components/wechatmembers/abnormal-member-option.vue
View file @
870e9a6f
...
...
@@ -498,13 +498,12 @@ export default {
this
.
remark
=
""
;
this
.
middleList
.
length
=
0
;
this
.
loading
=
true
;
setTimeout
(
async
()
=>
{
setTimeout
(()
=>
{
this
.
loading
=
false
;
this
.
$message
({
message
:
"冻结成功"
,
type
:
"success"
});
await
this
.
handleToTaskCenter
(
res
.
data
.
result
);
this
.
$router
.
push
({
path
:
"/frozenList"
});
},
5000
);
}
else
{
...
...
@@ -575,16 +574,6 @@ export default {
// 上一次勾选的数据 对比具体是哪一项不匹配
this
.
midSelect
=
val
;
},
async
handleToTaskCenter
(
id
)
{
await
this
.
$confirm
(
`请去【企业管理】-【任务中心】查看处理结果和执行进度`
,
`任务发起成功`
,
{
type
:
'success'
,
confirmButtonText
:
'去任务中心'
,
cancelButtonText
:
'取消'
,
showClose
:
false
})
window
.
open
(
`/gic-web/#/taskDetail/
${
id
}
`
);
return
true
;
},
}
};
</
script
>
...
...
src/components/wechatmembers/frozenMember.vue
View file @
870e9a6f
...
...
@@ -476,6 +476,16 @@ export default {
this
.
frozenMethod
();
});
},
async
handleToTaskCenter
(
id
)
{
await
this
.
$confirm
(
`请去【企业管理】-【任务中心】查看处理结果和执行进度`
,
`任务发起成功`
,
{
type
:
'success'
,
confirmButtonText
:
'去任务中心'
,
cancelButtonText
:
'取消'
,
showClose
:
false
})
window
.
open
(
`/gic-web/#/taskDetail/
${
id
}
`
);
return
true
;
},
changeReason
(
val
)
{
if
(
val
)
{
this
.
reasonbtn
=
false
;
...
...
@@ -501,12 +511,13 @@ export default {
this
.
remark
=
""
;
this
.
middleList
.
length
=
0
;
this
.
loading
=
true
;
setTimeout
(()
=>
{
setTimeout
(
async
()
=>
{
this
.
loading
=
false
;
this
.
$message
({
message
:
"冻结成功"
,
type
:
"success"
});
await
this
.
handleToTaskCenter
(
res
.
data
.
result
);
this
.
$router
.
push
({
path
:
"/frozenList"
});
},
5000
);
}
else
{
...
...
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