复制id功能
This commit is contained in:
@@ -324,7 +324,8 @@ function AllocationFun() {
|
||||
selectBigList.value.forEach(element => {
|
||||
data.push({
|
||||
id: element.id,
|
||||
userId: allocationUser.value
|
||||
userId: allocationUser.value,
|
||||
operationStatus: 0
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user