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([])