feat: There is no way the, 56879 标准拆分-删除,点击删除按钮时,直接显示提示语,不要显示弹框
This commit is contained in:
@@ -1051,8 +1051,10 @@ export default {
|
|||||||
batchDelete () {
|
batchDelete () {
|
||||||
if (this.selectedList.length === 0) {
|
if (this.selectedList.length === 0) {
|
||||||
this.$message.error('请选择要删除的数据')
|
this.$message.error('请选择要删除的数据')
|
||||||
|
return
|
||||||
} if(this.selectedList.length > 10){
|
} if(this.selectedList.length > 10){
|
||||||
this.$message.error('批量删除仅支持10条以内')
|
this.$message.error('批量删除仅支持10条以内')
|
||||||
|
return
|
||||||
} else {
|
} else {
|
||||||
this.$confirm('确认删除选择数据?', '确认删除', {
|
this.$confirm('确认删除选择数据?', '确认删除', {
|
||||||
confirmButtonText: '确定',
|
confirmButtonText: '确定',
|
||||||
|
|||||||
Reference in New Issue
Block a user