fix 68463 系统管理--部门管理--不勾选数据--点击批量删除按钮--提示语需要更改

This commit is contained in:
liao
2023-05-06 11:44:44 +08:00
parent 83efd29d0c
commit ce487b42b7
+1 -1
View File
@@ -320,7 +320,7 @@ export default {
batchDel: function () {
console.log(this.checkedKeys)
if (this.checkedKeys.length <= 0) {
this.$message.warning('请选择一条记录!')
this.$message.warning('请至少选择一条记录!')
} else {
let ids = ''
for (let a = 0; a < this.checkedKeys.length; a++) {