[update] 修改bug87985

This commit is contained in:
lideqin
2024-08-01 19:19:55 +08:00
parent 1431148c16
commit b5e1722da3
@@ -526,12 +526,6 @@ export default {
this.$message.warning(this.$t('selectARecord'))
return
}
console.log(this.selectionRows)
if (this.selectionRows.find(item => !item.editFlag)) {
// 有没有查看权限的数据
this.$message.warning(this.$t('enterpriseStandardLibrary.standard.disabledBatchDel'))
return
}
const ids = this.selectedRowKeys.join(',')
this.$confirm({
title: this.$t('confirmBatchDeletion'),