|
@@ -693,7 +693,7 @@ const sortingTableSelection = (rows,list,event) => {
|
|
|
|
|
|
//删除
|
|
//删除
|
|
const sortingDelData = (row,index) => {
|
|
const sortingDelData = (row,index) => {
|
|
- sortingItemData.value.splice(index,1);
|
|
|
|
|
|
+ // sortingItemData.value.splice(index,1);
|
|
|
|
|
|
delMessage(async () => {
|
|
delMessage(async () => {
|
|
const { error, code } = await archiveFileApi.removeAllocation({
|
|
const { error, code } = await archiveFileApi.removeAllocation({
|
|
@@ -755,7 +755,6 @@ const sortingModalSave = async() => {
|
|
|
|
|
|
rows.push(obj)
|
|
rows.push(obj)
|
|
})
|
|
})
|
|
-
|
|
|
|
const { error, code, data } = await archiveFileApi.allocation({
|
|
const { error, code, data } = await archiveFileApi.allocation({
|
|
list: rows
|
|
list: rows
|
|
})
|
|
})
|