[update] 修改bug87985
This commit is contained in:
@@ -526,12 +526,6 @@ export default {
|
|||||||
this.$message.warning(this.$t('selectARecord'))
|
this.$message.warning(this.$t('selectARecord'))
|
||||||
return
|
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(',')
|
const ids = this.selectedRowKeys.join(',')
|
||||||
this.$confirm({
|
this.$confirm({
|
||||||
title: this.$t('confirmBatchDeletion'),
|
title: this.$t('confirmBatchDeletion'),
|
||||||
|
|||||||
Reference in New Issue
Block a user