解决指令包选择指令界面,服务类别选项没有内容
This commit is contained in:
parent
6077d9a157
commit
73e1af49fd
|
|
@ -18,7 +18,7 @@
|
||||||
<a-form-item name="categoryId">
|
<a-form-item name="categoryId">
|
||||||
<template #label><span title="服务类别">服务类别</span></template>
|
<template #label><span title="服务类别">服务类别</span></template>
|
||||||
<j-dict-select-tag type="list" v-model:value="queryParam.categoryId"
|
<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" />
|
placeholder="请选择服务类别" allowClear :ignoreDisabled="true" @change="onCategoryChange" />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue