会议管理ui和选择更改

This commit is contained in:
XaoLi717 2024-11-13 10:34:11 +08:00
parent c77ce6f87f
commit 63d463bfda
2 changed files with 3 additions and 2 deletions

View File

@ -198,7 +198,7 @@
roomStatus: 1,
photo: undefined,
remark: undefined,
status: undefined,
status: 0,
userId: undefined,
processInstanceId: undefined,
createTime: [],
@ -303,6 +303,7 @@
if (id !== undefined) {
queryParamsHsgl.id = !id;
}
console.log("queryParamsHsgl",queryParamsHsgl)
const dataHsgl = await HsglApi.getHsglPage(queryParamsHsgl)
formData.value.roomAddress = dataHsgl.list[0].location
} finally {

View File

@ -6,7 +6,7 @@
:model="queryParams"
ref="queryFormRef"
:inline="true"
label-width="68px"
label-width="100px"
>
<el-form-item label="会议类型" prop="type">
<el-select