[update] 修改bug80350

This commit is contained in:
lideqin
2024-01-08 15:29:36 +08:00
parent e82a6dd4bb
commit 8160f5e1c3
2 changed files with 2 additions and 2 deletions
@@ -206,7 +206,7 @@ export default {
// 批量转交
handleTransfer () {
if (this.selectedRowKeys.length <= 0) {
this.$message.warning(this.$t('selectARecord'))
this.$message.warning(this.$t('selectLeastOne'))
} else {
this.$refs.userSelectModal.open()
}
@@ -192,7 +192,7 @@ export default {
// 批量转交
handleTransfer () {
if (this.selectedRowKeys.length <= 0) {
this.$message.warning(this.$t('selectARecord'))
this.$message.warning(this.$t('selectLeastOne'))
} else {
this.$refs.userSelectModal.open()
}