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
1581a61b
Commit
1581a61b
authored
Aug 15, 2022
by
曾经
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/7月基础一异常冻结会员' into dev
* feature/7月基础一异常冻结会员: bug 修复-列表进详情 返回刷新
parents
243e78b1
484c9840
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
index.js
src/components/allCustomers/index.js
+3
-0
abnormal-setting.js
...bers/abnormal-member/abnormal-setting/abnormal-setting.js
+1
-1
index.js
src/router/index.js
+5
-3
No files found.
src/components/allCustomers/index.js
View file @
1581a61b
...
...
@@ -248,6 +248,9 @@ export default {
this
.
getAjaxMembers
();
this
.
getEnterpriseInfo
();
},
activated
(){
this
.
getAjaxMembers
();
},
beforUpdate
()
{},
methods
:
{
onSelectTreeChange
(
data
)
{
...
...
src/components/wechatmembers/abnormal-member/abnormal-setting/abnormal-setting.js
View file @
1581a61b
...
...
@@ -507,7 +507,7 @@ export default {
this
.
submit
();
}
else
{
this
.
$confirm
(
`
修改“异常规则”后,次日【异常会员】列表将全量更新,系统会根据最新的异常规则来判断“异常会员”并展示在列表中
`
,
`
确定修改规则配置后,次日异常会员列表会全量更新(只调整“是否自动冻结”,不算调整异常判定规则,不会全量更新)
`
,
"确定修改异常会员规则配置"
,
{
confirmButtonText
:
"确定"
,
...
...
src/router/index.js
View file @
1581a61b
...
...
@@ -43,6 +43,8 @@ export const constantRouterMap = [
meta
:
{
title
:
'全部客户'
,
keepAlive
:
true
,
componentName
:
'allCustomersList'
,
fromPath
:
[
'/customerDetail'
],
},
},
{
...
...
@@ -131,7 +133,7 @@ export const constantRouterMap = [
meta
:
{
title
:
'冻结会员列表'
,
componentName
:
'forzenlist'
,
fromPath
:
[
'/customer
s
Detail'
,
'/frozenWhiteList'
,
'/frozenList/frozenMember'
],
fromPath
:
[
'/customerDetail'
,
'/frozenWhiteList'
,
'/frozenList/frozenMember'
],
},
},
{
...
...
@@ -140,7 +142,7 @@ export const constantRouterMap = [
meta
:
{
title
:
'冻结会员白名单'
,
componentName
:
'frozenMemberWhiteList'
,
fromPath
:
[
'/customer
s
Detail'
],
fromPath
:
[
'/customerDetail'
],
},
},
{
...
...
@@ -149,7 +151,7 @@ export const constantRouterMap = [
meta
:
{
title
:
'冻结会员'
,
componentName
:
'frozen-member'
,
fromPath
:
[
'/customer
s
Detail'
],
fromPath
:
[
'/customerDetail'
],
},
},
{
...
...
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