fix 81106

This commit is contained in:
danshihao
2024-01-24 10:13:25 +08:00
parent abb247e4a8
commit e0f991d48e
3 changed files with 3 additions and 3 deletions
@@ -291,7 +291,7 @@ export default {
// 批量删除
batchDel () {
if (this.selectedRowKeys.length <= 0) {
this.$message.warning(this.$t('selectARecord'))
this.$message.warning(this.$t('selectLeastOne'))
} else {
this.$confirm({
title: this.$t('confirmBatchDeletion'),
@@ -161,7 +161,7 @@ export default {
// 确定
handleOk () {
if (this.loading || !this.selectionRows.length) {
this.$message.warn(this.$t('selectARecord'))
this.$message.warn(this.$t('selectLeastOne'))
return
}
// 验证不能重复选择
@@ -137,7 +137,7 @@ export default {
// 确定
handleOk () {
if (this.loading || !this.selectionRows.length) {
this.$message.warn(this.$t('selectARecord'))
this.$message.warn(this.$t('selectLeastOne'))
return
}
const data = this.selectionRows.map(item => {