Merge branch 'hi-ucs-dev' of http://192.168.124.50:3000/wuhongjian/hi-ucs into hi-ucs-dev

This commit is contained in:
chenchenzai 2022-11-22 11:25:07 +08:00
commit 381eb8ac1e
7 changed files with 47 additions and 44 deletions

View File

@ -117,7 +117,7 @@ export function getPlaceType() {
//西 //西
export function CameraConditionPlaceType(params) { export function CameraConditionPlaceType(params) {
return axios.post( return axios.post(
'http://10.134.135.92:9537/data_service/getCamera/CameraConditionPlaceType' + 'http://10.134.135.92:9537/data_service/getCamera/CameraConditionPlaceType' ,
params, params,
config2 config2
) )

View File

@ -23,10 +23,8 @@ let loadingInstance
* @param {*} msg * @param {*} msg
*/ */
const handleCode = (code, msg, res) => { const handleCode = (code, msg, res) => {
// debugger
switch (code) { switch (code) {
case 401: case 401:
debugger
store.dispatch('user/resetAll').catch(() => {}) store.dispatch('user/resetAll').catch(() => {})
break break
case 403: case 403:
@ -66,7 +64,6 @@ const instance = axios.create({
*/ */
instance.interceptors.request.use( instance.interceptors.request.use(
(config) => { (config) => {
// debugger
const token = getAccessToken() const token = getAccessToken()
if (token) config.headers[tokenName] = token if (token) config.headers[tokenName] = token
if ( if (
@ -157,7 +154,6 @@ instance.interceptors.response.use(
// } // }
}, },
(error) => { (error) => {
// debugger
console.log('接口error', error) console.log('接口error', error)
if (loadingInstance) loadingInstance.close() if (loadingInstance) loadingInstance.close()

View File

@ -267,7 +267,7 @@
<style scoped lang="less"> <style scoped lang="less">
.ability-to-apply-for { .ability-to-apply-for {
height: 2.9rem; // height: 2.9rem;
overflow: hidden; overflow: hidden;
.title { .title {
@ -281,7 +281,7 @@
} }
.ability-to-apply-for-content { .ability-to-apply-for-content {
padding-right: 0.5rem; // padding-right: 0.5rem;
position: relative; position: relative;
.dep-name { .dep-name {

View File

@ -2321,7 +2321,8 @@
} }
.leixingsumfather { .leixingsumfather {
width: 8.1rem; margin-left: -13px;
width: 9.4rem;
display: inline-block; display: inline-block;
height: 0.3014rem; height: 0.3014rem;
overflow: hidden; overflow: hidden;

View File

@ -312,7 +312,6 @@
const apiURL = window.SITE_CONFIG.apiURL const apiURL = window.SITE_CONFIG.apiURL
if (!applyAll) { if (!applyAll) {
debugger
list.value.map((item) => { list.value.map((item) => {
item.arr.map((val) => { item.arr.map((val) => {
let obj = item.children let obj = item.children

View File

@ -857,8 +857,8 @@
</script> </script>
<style scoped lang="less"> <style scoped lang="less">
#search-result-list-container { #search-result-list-container {
width: 1088px; // width: 1088px;
padding: 0 20px; padding: 0 18px;
background: #f3f5f9; background: #f3f5f9;
.detail-content { .detail-content {
@ -871,7 +871,7 @@
} }
.shai-xuan { .shai-xuan {
width: 1047px; // width: 1047px;
height: 36px; height: 36px;
// margin: 11px 0 20px; // margin: 11px 0 20px;
// background: #e5f2ff; // background: #e5f2ff;
@ -904,7 +904,7 @@
.condition { .condition {
position: absolute; position: absolute;
right: 20px; right: 0px;
top: 10px; top: 10px;
ul li { ul li {
@ -941,7 +941,7 @@
} }
.result-list { .result-list {
width: 1048px; // width: 1048px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex-wrap: wrap; flex-wrap: wrap;
@ -1010,7 +1010,7 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
margin: 0 10px 0 0; // margin: 0 10px 0 0;
.header-right { .header-right {
// display: flex; // display: flex;
@ -1023,7 +1023,7 @@
} }
div { div {
margin-right: 24px; // margin-right: 24px;
} }
.label-content { .label-content {
@ -1043,7 +1043,7 @@
.header-right:last-child { .header-right:last-child {
div { div {
margin-right: 16px; // margin-right: 10px;
} }
} }
@ -1107,7 +1107,7 @@
flex: 1; flex: 1;
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
margin: 0 10px; // margin: 0 10px;
align-items: center; align-items: center;
.shopping { .shopping {
@ -1194,7 +1194,8 @@
align-items: center; align-items: center;
& > div { & > div {
margin: 0 10px; margin-right: 16px;
// margin: 0 10px;
} }
} }
@ -1224,7 +1225,7 @@
.description { .description {
max-width: 990px; max-width: 990px;
height: 52px; // height: 52px;
font-size: 14px; font-size: 14px;
line-height: 18px; line-height: 18px;
display: -webkit-box; display: -webkit-box;

View File

@ -140,7 +140,6 @@ export default defineComponent({
const bumenImg = require('@/assets/newHome/bumen.png') const bumenImg = require('@/assets/newHome/bumen.png')
const biaoqianImg = require('@/assets/newHome/biaoqian.png') const biaoqianImg = require('@/assets/newHome/biaoqian.png')
const router = useRouter() const router = useRouter()
const whoShow1 = ref(whoShow)
const showKey = ref(0) const showKey = ref(0)
const treeData = ref([]) const treeData = ref([])
const selectId = ref('') const selectId = ref('')
@ -149,6 +148,24 @@ export default defineComponent({
//tab //tab
const btnClick = (index) => { const btnClick = (index) => {
itemIndex.value = index itemIndex.value = index
if(index===2){
if(chooseId.value !==''){
let placeTypeCode =[]
placeTypeCode.push(chooseId.value)
mybus.emit('CameraConditionPlaceType', placeTypeCode)
}else{
mybus.emit('clearLeftSelect')
}
}else{
if(selectId.value!==''){
mybus.emit('getCameraByParentId', selectId.value)
}else{
mybus.emit('clearLeftSelect')
}
}
} }
// //
const tabClick = (id) => { const tabClick = (id) => {
@ -156,6 +173,7 @@ export default defineComponent({
chooseId.value = '' chooseId.value = ''
mybus.emit('clearLeftSelect') mybus.emit('clearLeftSelect')
}else{ }else{
chooseId.value = id chooseId.value = id
let placeTypeCode =[] let placeTypeCode =[]
placeTypeCode.push(id) placeTypeCode.push(id)
@ -175,14 +193,10 @@ export default defineComponent({
if (select == '基础设施') { if (select == '基础设施') {
let res = {} let res = {}
if (whoShow1.value && !whoShow1.value.itShowXiHaiAn) {
res = await getCameraAllOrgan({ parentId: 'S4NbecfYB1DBH8HNULGS34' })
} else {
// 西
res = await getCameraInfoByAreaId({ res = await getCameraInfoByAreaId({
areaId: '70be8c5b664f4bcf869d82f2e8335051', areaId: '70be8c5b664f4bcf869d82f2e8335051',
}) })
}
treeData.value = (res.data && res.data.data) || [] treeData.value = (res.data && res.data.data) || []
let tabs={} let tabs={}
tabs = await getPlaceType() tabs = await getPlaceType()
@ -203,13 +217,8 @@ export default defineComponent({
}) })
const onSelect = async (item, val, child) => { const onSelect = async (item, val, child) => {
// if(selectId.value===val.id){
// selectId.value=''
//   mybus.emit('clearLeftSelect')
// }else{
let res = {} let res = {}
 mybus.emit('getCameraByParentId', val.id)  mybus.emit('getCameraByParentId', val.id)
res = await getCameraInfoByAreaId({ areaId: val.id }) res = await getCameraInfoByAreaId({ areaId: val.id })
treeData.value.map((treeDataItem, index) => { treeData.value.map((treeDataItem, index) => {
if (item.id == treeDataItem.id) { if (item.id == treeDataItem.id) {
@ -222,36 +231,33 @@ export default defineComponent({
} }
}) })
if (child) { if (child) {
if(selectId.value===child.id){ if(selectId.value===child.id){
selectId.value='' selectId.value=''
  mybus.emit('clearLeftSelect')
}else{ }else{
selectId.value = child.id selectId.value = child.id
} }
} }
// }
} }
watch(selectId, (newVal) => { watch(selectId, (newVal) => {
if (newVal == '') { if (newVal == '') {
mybus.emit('getCameraByParentId', '')   mybus.emit('clearLeftSelect')
mybus.emit('getListByParentId', '') // mybus.emit('getCameraByParentId', '')
// mybus.emit('getListByParentId', '')
} }
}) })
const showBottom = async (item) => { const showBottom = async (item) => {
item.show = !item.show item.show = !item.show
let res = {} let res = {}
if (whoShow1.value && !whoShow1.value.itShowXiHaiAn) {
res = await getCameraAllOrgan({ parentId: item.id })
} else {
// 西 // 西
res = await getCameraInfoByAreaId({ areaId: item.id }) res = await getCameraInfoByAreaId({ areaId: item.id })
}
treeData.value.map((treeDataItem, index) => { treeData.value.map((treeDataItem, index) => {
if (item.id == treeDataItem.id) { if (item.id == treeDataItem.id) {
treeData.value[index].children = (res.data && res.data.data) || [] treeData.value[index].children = (res.data && res.data.data) || []
@ -268,7 +274,7 @@ export default defineComponent({
// //
if (!val.show) { if (!val.show) {
selectId.value = '' selectId.value = ''
mybus.emit('clearLeftSelect') // mybus.emit('clearLeftSelect')
} }
} }
} }