修改bug

This commit is contained in:
yangjun 2026-02-24 14:07:21 +08:00
parent 62bf840e67
commit 87e5deb0b3
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ export const columns: BasicColumn[] = [
{
title: '机构名称',
align: "center",
dataIndex: 'orgName',
dataIndex: 'orgName_dictText',
width: 240,
},
{

View File

@ -8,7 +8,7 @@
<a-col :lg="6">
<a-form-item name="orgName">
<template #label><span title="机构名称">机构名称</span></template>
<j-dict-select-tag type='list' v-model:value="queryParam.orgName" dictCode="sys_depart,depart_name,depart_name"
<j-dict-select-tag type='list' v-model:value="queryParam.orgName" dictCode="sys_depart,depart_name,id"
placeholder="请选择机构名称" allow-clear />
</a-form-item>
</a-col>

View File

@ -15,7 +15,7 @@
<a-col :span="24">
<a-form-item label="机构名称" v-bind="validateInfos.orgName" id="NuIssueInfoForm-orgName"
name="orgName">
<j-dict-select-tag type='list' v-model:value="formData.orgName" dictCode="sys_depart,depart_name,depart_name"
<j-dict-select-tag type='list' v-model:value="formData.orgName" dictCode="sys_depart,depart_name,id"
placeholder="请选择机构名称" allow-clear />
</a-form-item>
</a-col>