From 245acea3ab680eecc834664a6720ce40696a2b24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E7=90=A6=E9=92=A7?= Date: Sun, 8 Aug 2021 16:58:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=87=8D=E8=AF=95?= =?UTF-8?q?=E6=97=B6data=E8=A2=AB=E6=94=B9=E4=B8=BA=E5=AD=97=E7=AC=A6?= =?UTF-8?q?=E4=B8=B2=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/src/components/NER/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/src/components/NER/index.vue b/fe/src/components/NER/index.vue index 9b20679..89e9d48 100644 --- a/fe/src/components/NER/index.vue +++ b/fe/src/components/NER/index.vue @@ -132,7 +132,7 @@ function query (method, url, data = '', cb, config = {}) { } else { setTimeout(() => { config.tryTimes += 1 - query(method, url, data = '', cb, config) + query(method, url, data, cb, config) }, 200) } } else {