描述:企业查询

This commit is contained in:
SelfRidicule 2024-05-09 15:57:18 +08:00
parent 1a3e0c1fee
commit cfa60fd669

View File

@ -586,7 +586,7 @@ export default {
roomList: [], // roomList: [], //
tenantEnable: false, tenantEnable: false,
parkEnable: false, parkEnable: false,
mdl: {}, mdl: {}
} }
}, },
@ -615,7 +615,7 @@ export default {
// //
this.getTenantData() this.getTenantData()
// //
this.getUserDetail(); this.getUserDetail()
}, },
methods: { methods: {
@ -727,11 +727,18 @@ export default {
this.form.setFieldsValue({ this.form.setFieldsValue({
roomIds: [] // roomIds: [] //
}) })
//
let type = 0
//
const { customerId } = this.$route.query
if (customerId == 83) {
type = null
}
// //
getRoomListByBuildIdsRq({ getRoomListByBuildIdsRq({
'ids': ids, 'ids': ids,
'buildingDetailIds': buildingDetailIds, 'buildingDetailIds': buildingDetailIds,
'type': 0 'type': type
}).then((res) => { }).then((res) => {
this.roomList = res.data this.roomList = res.data
}) })
@ -781,7 +788,6 @@ export default {
}, },
customRequest(file) { customRequest(file) {
// file // file
// formData // formData