修改
This commit is contained in:
parent
d7bbbaa7ae
commit
d599e0bbc4
@ -729,9 +729,10 @@ export default {
|
|||||||
/** 删除按钮操作 */
|
/** 删除按钮操作 */
|
||||||
handleDelete(row) {
|
handleDelete(row) {
|
||||||
console.log(row);
|
console.log(row);
|
||||||
const ids = row.groupName || this.groupName;
|
const ids = row.id || this.ids;
|
||||||
|
const groupNames = row.groupName || this.groupNames;
|
||||||
this.$modal
|
this.$modal
|
||||||
.confirm('确认删除群名称为"' + ids + '"的信息吗?')
|
.confirm('确认删除群名称为"' + groupNames + '"的信息吗?')
|
||||||
.then(function() {
|
.then(function() {
|
||||||
return delGroupQrCodeInfo(ids);
|
return delGroupQrCodeInfo(ids);
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user