@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user