From 0d4c625b10ed82d0706299db077a9e109235025b Mon Sep 17 00:00:00 2001 From: wangqiao Date: Sun, 14 Sep 2025 11:21:07 +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=E7=B1=BB=E5=9E=8B=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/toolbox-publish/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/toolbox-publish/index.vue b/pages/toolbox-publish/index.vue index c1d8a05..f32f897 100644 --- a/pages/toolbox-publish/index.vue +++ b/pages/toolbox-publish/index.vue @@ -187,7 +187,7 @@ /** 获取分类下拉框 */ const getParent = () => { parent({ - type: 1, + type: 3, parentId: 0, }).then((res) => { projectTypeList.value = res.data