解决指令包选择指令界面,服务类别选项没有内容

This commit is contained in:
1378012178@qq.com 2026-01-20 16:02:18 +08:00
parent 6077d9a157
commit 73e1af49fd
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<a-form-item name="categoryId">
<template #label><span title="服务类别">服务类别</span></template>
<j-dict-select-tag type="list" v-model:value="queryParam.categoryId"
:dictCode="`nu_config_service_category,category_name,id,del_flag = 0 and iz_enabled = 'Y' and instruction_id = '${queryParam.instructionTagId || ''}' order by sort asc`"
:dictCode="`nu_config_service_category,category_name,id,del_flag = 0 and iz_enabled = 'Y' and instruction_id = '${props.instructionTagId || ''}' order by sort asc`"
placeholder="请选择服务类别" allowClear :ignoreDisabled="true" @change="onCategoryChange" />
</a-form-item>
</a-col>