From 19d37a5d2b0cd452a9200d11023b9467abe438c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E9=B9=8F?= <2916022834@qq.com> Date: Tue, 14 Oct 2025 14:22:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E7=AD=BE=E5=88=A0=E9=99=A4=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/LibraryPage/setLabel.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/component/LibraryPage/setLabel.vue b/src/component/LibraryPage/setLabel.vue index 830c7ddb..f7cde38e 100644 --- a/src/component/LibraryPage/setLabel.vue +++ b/src/component/LibraryPage/setLabel.vue @@ -163,6 +163,7 @@ export default defineComponent({ this.deleteShow(this.options) }, clearOpenType(){ + this.labelBor = false this.openType = false this.options.forEach((optionsItem:any) => { optionsItem.openType = false @@ -257,7 +258,8 @@ export default defineComponent({ } }); data.classificationIdList = classificationIdList - this.deleteClass(data) + if(classificationIdList.length > 0) this.deleteClass(data) + this.labelBor = false }, addLabel(val:any){ let data = this.setLabelData()