fix 80219

This commit is contained in:
赵霄
2024-01-11 14:29:29 +08:00
parent 4e2b41f611
commit 53a637839d
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ export default {
*/
handleUrge () {
if (!this.selectedRowKeys || this.selectedRowKeys.length === 0) {
this.$message.warning(this.$t('atLeastSelectARecord'))
this.$message.warning(this.$t('selectAtLeastOne'))
return
}
this.loading = true