From 8affc73527c54138a110ec96ff16289efc293606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Thu, 16 Feb 2023 15:50:32 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BB=A3=E7=A0=81=E7=94=9F?= =?UTF-8?q?=E6=88=90=E5=88=A0=E9=99=A4=E8=A1=A8=E5=90=8C=E6=97=B6=E4=BC=9A?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E5=90=8C=E6=AD=A5=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tool/gen/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/tool/gen/index.vue b/src/views/tool/gen/index.vue index a6780c5..76b56f1 100644 --- a/src/views/tool/gen/index.vue +++ b/src/views/tool/gen/index.vue @@ -285,6 +285,7 @@ function handleCommand(command, row) { break case 'delete': handleDelete(row) + break case 'sync': handleSynchDb(row) break