[update] 企标批量删除判断修改
This commit is contained in:
@@ -445,7 +445,7 @@ export default {
|
||||
return
|
||||
}
|
||||
console.log(this.selectionRows)
|
||||
if (this.selectionRows.find(item => !item.detailFlag)) {
|
||||
if (this.selectionRows.find(item => !item.editFlag)) {
|
||||
// 有没有查看权限的数据
|
||||
this.$message.warning(this.$t('enterpriseStandardLibrary.standard.disabledBatchDel'))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user