Commit dbcb7211 by 曾经

Merge branch 'feature/7月基础一异常冻结会员' into dev

* feature/7月基础一异常冻结会员:
  批量冻结操作-all参数
parents 14b3a7cb d2681ad1
......@@ -436,7 +436,7 @@ export default {
startDate,
endDate,
phoneNameCard,
all: selectPage.type == 2 ? 2 : 1,
all: selectPage.type == 2 ? 1 : 0,
memberIds: multipleList.map(item => {
return item.memberId;
}),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment