修改bug
This commit is contained in:
parent
2921f53f77
commit
f685ca36eb
|
|
@ -22,8 +22,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"
|
||||
placeholder="请选择机构名称" disabled/>
|
||||
<a-input v-model:value="formData.orgName" placeholder="请输入机构名称" disabled></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :span="24">
|
||||
|
|
@ -75,6 +74,7 @@ const formData = reactive<Record<string, any>>({
|
|||
issueType: '',
|
||||
issueType_dictText: '',
|
||||
content: '',
|
||||
orgName:'',
|
||||
});
|
||||
const { createMessage } = useMessage();
|
||||
const labelCol = ref<any>({ xs: { span: 24 }, sm: { span: 6 } });
|
||||
|
|
|
|||
Loading…
Reference in New Issue