From e6c99fbbcae79a1efafec0b038f5c9704739d630 Mon Sep 17 00:00:00 2001 From: wangqiao Date: Sun, 14 Sep 2025 16:29:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B7=A5=E5=85=B7=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E5=88=86=E7=B1=BB=E9=80=89=E6=8B=A9=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/toolbox-publish/index.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/toolbox-publish/index.vue b/pages/toolbox-publish/index.vue index 5d75858..e8ce6b6 100644 --- a/pages/toolbox-publish/index.vue +++ b/pages/toolbox-publish/index.vue @@ -27,9 +27,10 @@ - + + @@ -147,6 +148,8 @@ categoryId: 0, }) + + const cascaderProps = { multiple: false, label: 'name', value: 'id', emitPath: false } const loading = ref(false) /** 获取标签 */ const labelsList = ref([])