fix 80219

This commit is contained in:
赵霄
2024-01-10 15:37:42 +08:00
parent 33850c2a10
commit 86791cec32
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ export default {
*/
handleUrge () {
if (!this.selectedRowKeys || this.selectedRowKeys.length === 0) {
this.$message.warning(this.$t('selectARecord'))
this.$message.warning(this.$t('atLeastSelectARecord'))
return
}
this.loading = true