src/views/monitor/operlog/index.vue
@@ -282,7 +282,7 @@ /** 删除按钮操作 */ handleDelete(row) { const operIds = row.operId || this.ids; this.$modal.confirm('是否确认删除日志编号为"' + operIds + '"的数据项?').then(function() { this.$modal.confirm('是否确认删除?').then(function() { return delOperlog(operIds); }).then(() => { this.getList();