From cb76b4f6820aed41b0c6e1c0b1e38b3c58cdc6a9 Mon Sep 17 00:00:00 2001 From: maxmon <541182180@qq.com> Date: Wed, 9 Jun 2021 00:29:12 +0800 Subject: [PATCH] =?UTF-8?q?^=20=E7=94=B1=E4=BA=8E=E6=98=AF=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E5=90=8E=E5=AE=9E=E6=97=B6=E4=BF=9D=E5=AD=98=EF=BC=8C?= =?UTF-8?q?=E6=89=80=E4=BB=A5=E5=88=87=E6=8D=A2=E6=96=87=E4=BB=B6=E6=97=B6?= =?UTF-8?q?=E6=97=A0=E9=9C=80=E4=BF=9D=E5=AD=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, 2 deletions(-) diff --git a/fe/src/components/NER/index.vue b/fe/src/components/NER/index.vue index e78547b..cfb5e08 100644 --- a/fe/src/components/NER/index.vue +++ b/fe/src/components/NER/index.vue @@ -272,8 +272,6 @@ export default { */ setNowText: function (newFile) { const that = this - const isSaved = that.save() - if (!isSaved) return false window.isLoadingNowText = Date.now() that.nowFile = newFile that.nowText = that.textDic[newFile]