Commit d2681ad1 by 曾经

批量冻结操作-all参数

parent 6438b57d
......@@ -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