From 14978ef49090900bf203f5b17ecdbd5d6db7451c Mon Sep 17 00:00:00 2001 From: guoyue Date: Wed, 21 Sep 2022 21:12:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=97=E6=B3=95=E5=AF=B9=E6=AF=94=EF=BC=8C?= =?UTF-8?q?=E5=BC=B9=E6=A1=86=E5=A2=9E=E5=8A=A0=E7=A1=AE=E5=AE=9A=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/algorithmCompare.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/front/src/views/home/algorithmCompare.vue b/front/src/views/home/algorithmCompare.vue index 550eed45..812c4bf0 100644 --- a/front/src/views/home/algorithmCompare.vue +++ b/front/src/views/home/algorithmCompare.vue @@ -156,8 +156,9 @@ class="modal-box" title="请选择" :visible="showAddModal" - :onOk="handleOk" - :onCancel="handleCancel" + @ok="handleOk" + @cancel="handleCancel" + >