This commit is contained in:
2026-02-12 13:27:36 +08:00
4 changed files with 7 additions and 4 deletions

View File

@@ -380,13 +380,13 @@ const props = defineProps({
// 子分类数据
const subCategories = ref([])
// 级联选择器配置
// 级联选择器配置checkStrictly: true 允许只选一级分类,不强制选子类)
const cascaderProps = {
value: 'id',
label: 'name',
children: 'children',
emitPath: false,
checkStrictly: false
checkStrictly: true
}
// 分类选项(包含子分类)

View File

@@ -318,12 +318,12 @@
</div>
<!-- 请求参数 -->
<div class="info-section">
<!-- <div class="info-section">
<h4 class="text-lg font-semibold text-gray-900 mb-4">请求参数</h4>
<div class="info-item">
<span class="info-value">{{ selectedApiCall?.request_params || '-' }}</span>
</div>
</div>
</div> -->
</div>
<div v-else class="flex justify-center items-center py-8">
<el-loading size="large" />