|
@@ -706,8 +706,8 @@ const sortingTableSelection = (rows,list,event) => {
|
|
|
|
|
|
//删除
|
|
//删除
|
|
const sortingDelData = (row,index) => {
|
|
const sortingDelData = (row,index) => {
|
|
- // sortingItemData.value.splice(index,1);
|
|
|
|
-
|
|
|
|
|
|
+ sortingItemData.value.splice(index,1);
|
|
|
|
+ if(row.boxNumber){
|
|
delMessage(async () => {
|
|
delMessage(async () => {
|
|
const { error, code } = await archiveFileApi.removeAllocation({
|
|
const { error, code } = await archiveFileApi.removeAllocation({
|
|
boxName: row.boxName,
|
|
boxName: row.boxName,
|
|
@@ -719,6 +719,9 @@ const sortingDelData = (row,index) => {
|
|
sortingClick()
|
|
sortingClick()
|
|
}
|
|
}
|
|
})
|
|
})
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|