复制id功能

This commit is contained in:
2025-07-25 14:33:45 +08:00
parent 7573ef5d7c
commit 8fb59508b0
10 changed files with 163 additions and 153 deletions

View File

@@ -324,7 +324,8 @@ function AllocationFun() {
selectBigList.value.forEach(element => {
data.push({
id: element.id,
userId: allocationUser.value
userId: allocationUser.value,
operationStatus: 0
})
})