From cd50adb5565e5907e1f013faacbd7215c6227070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8C=BF=E5=B0=8F=E5=A4=A9?= <1638245306@qq.com> Date: Fri, 15 Apr 2022 23:13:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=8A=9F=E8=83=BD:=20=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E9=87=8D=E7=BD=AE=E5=8A=9F=E8=83=BD=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/system/log/operationLog/index.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/src/views/system/log/operationLog/index.vue b/web/src/views/system/log/operationLog/index.vue index 6d88eab..dac12e5 100644 --- a/web/src/views/system/log/operationLog/index.vue +++ b/web/src/views/system/log/operationLog/index.vue @@ -57,11 +57,9 @@ export default { return api.GetList(query) }, addRequest (row) { - console.log('api', api) return api.AddObj(row) }, updateRequest (row) { - console.log('----', row) return api.UpdateObj(row) }, delRequest (row) {