会议管理ui和选择更改
This commit is contained in:
parent
c77ce6f87f
commit
63d463bfda
@ -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 {
|
||||
|
@ -6,7 +6,7 @@
|
||||
:model="queryParams"
|
||||
ref="queryFormRef"
|
||||
:inline="true"
|
||||
label-width="68px"
|
||||
label-width="100px"
|
||||
>
|
||||
<el-form-item label="会议类型" prop="type">
|
||||
<el-select
|
||||
|
Loading…
Reference in New Issue
Block a user