chore: 错误的conetnt
This commit is contained in:
@@ -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(
|
||||||
|
Reference in New Issue
Block a user