1
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2025-04-21 11:09:55 +08:00
parent a25aa2482f
commit fb671defb5
1 changed files with 2 additions and 0 deletions

View File

@ -250,6 +250,7 @@ export default {
})
if (!confirm) return false
let arr = list.filter(item => !item.IsPublish)
if (arr.length <= 0) return false
let data = {
ids: arr.map(item => item.Id)
}
@ -338,6 +339,7 @@ export default {
})
.then(() => {
let arr = row.filter(item => !item.IsDeleted)
if (arr.length <= 0) return false
let data = {
Ids: arr.map(item => item.Id)
}