chore: 错误的conetnt
This commit is contained in:
parent
2e4ae78ee0
commit
cf24596e4d
@ -304,7 +304,7 @@ function handleReductionSignature(userList: User[]) {
|
|||||||
const userIds = userList.map((user) => user.userId);
|
const userIds = userList.map((user) => user.userId);
|
||||||
Modal.confirm({
|
Modal.confirm({
|
||||||
title: '提示',
|
title: '提示',
|
||||||
content: '确认加签吗?',
|
content: '确认减签吗?',
|
||||||
centered: true,
|
centered: true,
|
||||||
onOk: async () => {
|
onOk: async () => {
|
||||||
await taskOperation(
|
await taskOperation(
|
||||||
|
@ -116,7 +116,7 @@ function handleReductionSignature(userList: User[]) {
|
|||||||
const userIds = userList.map((user) => user.userId);
|
const userIds = userList.map((user) => user.userId);
|
||||||
Modal.confirm({
|
Modal.confirm({
|
||||||
title: '提示',
|
title: '提示',
|
||||||
content: '确认加签吗?',
|
content: '确认减签吗?',
|
||||||
centered: true,
|
centered: true,
|
||||||
onOk: async () => {
|
onOk: async () => {
|
||||||
await taskOperation(
|
await taskOperation(
|
||||||
|
Loading…
Reference in New Issue
Block a user