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);
|
||||
Modal.confirm({
|
||||
title: '提示',
|
||||
content: '确认加签吗?',
|
||||
content: '确认减签吗?',
|
||||
centered: true,
|
||||
onOk: async () => {
|
||||
await taskOperation(
|
||||
|
@ -116,7 +116,7 @@ function handleReductionSignature(userList: User[]) {
|
||||
const userIds = userList.map((user) => user.userId);
|
||||
Modal.confirm({
|
||||
title: '提示',
|
||||
content: '确认加签吗?',
|
||||
content: '确认减签吗?',
|
||||
centered: true,
|
||||
onOk: async () => {
|
||||
await taskOperation(
|
||||
|
Loading…
Reference in New Issue
Block a user