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]