fix 68463 系统管理--部门管理--不勾选数据--点击批量删除按钮--提示语需要更改
This commit is contained in:
@@ -320,7 +320,7 @@ export default {
|
|||||||
batchDel: function () {
|
batchDel: function () {
|
||||||
console.log(this.checkedKeys)
|
console.log(this.checkedKeys)
|
||||||
if (this.checkedKeys.length <= 0) {
|
if (this.checkedKeys.length <= 0) {
|
||||||
this.$message.warning('请选择一条记录!')
|
this.$message.warning('请至少选择一条记录!')
|
||||||
} else {
|
} else {
|
||||||
let ids = ''
|
let ids = ''
|
||||||
for (let a = 0; a < this.checkedKeys.length; a++) {
|
for (let a = 0; a < this.checkedKeys.length; a++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user