修改
This commit is contained in:
parent
81adedf478
commit
630c8a693b
@ -731,7 +731,7 @@ export default {
|
|||||||
console.log(row);
|
console.log(row);
|
||||||
const ids = row.groupName || this.groupName;
|
const ids = row.groupName || this.groupName;
|
||||||
this.$modal
|
this.$modal
|
||||||
.confirm('是否确认删除群名称为"' + ids + '"的数据?')
|
.confirm('确认删除群名称为"' + ids + '"的信息吗?')
|
||||||
.then(function() {
|
.then(function() {
|
||||||
return delGroupQrCodeInfo(ids);
|
return delGroupQrCodeInfo(ids);
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user