|
@@ -412,15 +412,16 @@ const delModalClick = () => {
|
|
|
ctx.confirmButtonLoading = true;
|
|
|
if (action === 'confirm') {
|
|
|
const { error, code, data,msg } = await tuningApi.removeFiles({
|
|
|
- ids:ids,
|
|
|
- })
|
|
|
- ctx.confirmButtonLoading = false;
|
|
|
- if (!error && code === 200) {
|
|
|
- window.$message?.success(msg)
|
|
|
-
|
|
|
- } else {
|
|
|
- window.$message?.warning(msg)
|
|
|
- }
|
|
|
+ ids:ids,
|
|
|
+ archiveId: checkInid.value
|
|
|
+ })
|
|
|
+ ctx.confirmButtonLoading = false;
|
|
|
+ if (!error && code === 200) {
|
|
|
+ window.$message?.success(msg)
|
|
|
+
|
|
|
+ } else {
|
|
|
+ window.$message?.warning(msg)
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
})
|