mirror of
https://gitee.com/elegant_wings/dbd-meeting-html.git
synced 2025-06-20 17:08:25 +08:00
描述:企业查询
This commit is contained in:
parent
1a3e0c1fee
commit
cfa60fd669
@ -586,7 +586,7 @@ export default {
|
||||
roomList: [], //房间
|
||||
tenantEnable: false,
|
||||
parkEnable: false,
|
||||
mdl: {},
|
||||
mdl: {}
|
||||
|
||||
}
|
||||
},
|
||||
@ -615,7 +615,7 @@ export default {
|
||||
// 查询地区
|
||||
this.getTenantData()
|
||||
// 获取用户详细信息
|
||||
this.getUserDetail();
|
||||
this.getUserDetail()
|
||||
},
|
||||
methods: {
|
||||
|
||||
@ -727,11 +727,18 @@ export default {
|
||||
this.form.setFieldsValue({
|
||||
roomIds: [] // 所属房间
|
||||
})
|
||||
//
|
||||
let type = 0
|
||||
// 河南建安
|
||||
const { customerId } = this.$route.query
|
||||
if (customerId == 83) {
|
||||
type = null
|
||||
}
|
||||
// 查询房间
|
||||
getRoomListByBuildIdsRq({
|
||||
'ids': ids,
|
||||
'buildingDetailIds': buildingDetailIds,
|
||||
'type': 0
|
||||
'type': type
|
||||
}).then((res) => {
|
||||
this.roomList = res.data
|
||||
})
|
||||
@ -781,7 +788,6 @@ export default {
|
||||
},
|
||||
|
||||
|
||||
|
||||
customRequest(file) {
|
||||
// file 是上传的文件 其内容会在放在下面截图中
|
||||
// 后端需要接受的参数是 formData数据,
|
||||
|
Loading…
x
Reference in New Issue
Block a user