服务指令bug修复
This commit is contained in:
parent
5218622502
commit
2902304f97
|
@ -75,6 +75,14 @@
|
||||||
:ignoreDisabled="true" placeholder="请选择周期类型" allowClear />
|
:ignoreDisabled="true" placeholder="请选择周期类型" allowClear />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col> -->
|
</a-col> -->
|
||||||
|
<a-col :lg="6">
|
||||||
|
<a-form-item name="tags">
|
||||||
|
<template #label><span title="指令标签">指令标签</span></template>
|
||||||
|
<JSelectMultiple type="list" v-model:value="queryParam.tags"
|
||||||
|
:dictCode="`nu_config_directive_tag,tag_name,id,del_flag = '0' order by sort asc`"
|
||||||
|
:ignoreDisabled="true" placeholder="请选择指令标签" allowClear />
|
||||||
|
</a-form-item>
|
||||||
|
</a-col>
|
||||||
<a-col :lg="6">
|
<a-col :lg="6">
|
||||||
<a-form-item name="izEnabled">
|
<a-form-item name="izEnabled">
|
||||||
<template #label><span title="是否启用">是否启用</span></template>
|
<template #label><span title="是否启用">是否启用</span></template>
|
||||||
|
@ -205,6 +213,7 @@ import ConfigServiceCategoryList from '../serviceCategory/ConfigServiceCategoryL
|
||||||
import ConfigServiceTypeList from '../serviceType/ConfigServiceTypeList.vue';
|
import ConfigServiceTypeList from '../serviceType/ConfigServiceTypeList.vue';
|
||||||
import DirectiveTagList from '../directiveTag/DirectiveTagList.vue';
|
import DirectiveTagList from '../directiveTag/DirectiveTagList.vue';
|
||||||
import { getFileAccessHttpUrl } from '/@/utils/common/compUtils';
|
import { getFileAccessHttpUrl } from '/@/utils/common/compUtils';
|
||||||
|
import JSelectMultiple from '/@/components/Form/src/jeecg/components/JSelectMultiple.vue';
|
||||||
|
|
||||||
const formRef = ref();
|
const formRef = ref();
|
||||||
const queryParam = reactive<any>({});
|
const queryParam = reactive<any>({});
|
||||||
|
|
Loading…
Reference in New Issue