src/views/monitor/logininfor/index.vue
@@ -195,7 +195,7 @@ /** 删除按钮操作 */ handleDelete(row) { const infoIds = row.infoId || this.ids; this.$modal.confirm('是否确认删除访问编号为"' + infoIds + '"的数据项?').then(function() { this.$modal.confirm('是否确认删除?').then(function() { return delLogininfor(infoIds); }).then(() => { this.getList();