This commit is contained in:
gongjiale 2022-11-18 10:56:19 +08:00
parent cf1e1452c3
commit 8f04b9403e
1 changed files with 14 additions and 1 deletions

View File

@ -803,7 +803,7 @@
const handleAdd = (value) => {
flag.value = value
}
const titleName = ref(titleNameArray)
    const titleName=ref([])
const openMonitor = () => {
window.open('http://www.qingdao.gov.cn:8083/ghwd/znwdqd/index.html')
}
@ -903,6 +903,16 @@
pageSize: currentPageSize.value,
name: '',
})
// 西
 const setTitle = () => {
        let  title = titleNameArray
        let whoShow1 = ref(whoShow)
      if( whoShow1 && whoShow1.value.itShowXiHaiAn){
        title[0] = title.splice(2, 1, title[0])[0];
     
      }
      titleName.value=title
      }
//
const onSearch = () => {
loading.value = true
@ -1740,6 +1750,8 @@
}
onMounted(() => {
//
//西
setTitle();
handleSetSearchData()
listKey2.value++
//
@ -1877,6 +1889,7 @@
)
}
return {
setTitle,
listKey,
ListContent,
searchValue,