chore: 错误的conetnt

This commit is contained in:
dap 2024-12-22 19:20:00 +08:00
parent 2e4ae78ee0
commit cf24596e4d
2 changed files with 2 additions and 2 deletions

View File

@ -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(

View File

@ -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(