This commit is contained in:
zoujiandong
2023-11-15 10:49:40 +08:00
parent a2dd3f1a5b
commit ca1be76d15
11 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -748,7 +748,7 @@ const handlExport=async(type)=>{
let id='';
deleteData.value.forEach((item)=>{
if(id){
id=","+item
id+=","+item
}else{
id=item;
}