This commit is contained in:
曹辉 2023-03-06 10:31:06 +08:00
parent 81adedf478
commit 630c8a693b

View File

@ -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);
}) })