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) => { const handleAdd = (value) => {
flag.value = value flag.value = value
} }
const titleName = ref(titleNameArray)     const titleName=ref([])
const openMonitor = () => { const openMonitor = () => {
window.open('http://www.qingdao.gov.cn:8083/ghwd/znwdqd/index.html') window.open('http://www.qingdao.gov.cn:8083/ghwd/znwdqd/index.html')
} }
@ -903,6 +903,16 @@
pageSize: currentPageSize.value, pageSize: currentPageSize.value,
name: '', 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 = () => { const onSearch = () => {
loading.value = true loading.value = true
@ -1740,6 +1750,8 @@
} }
onMounted(() => { onMounted(() => {
// //
//西
setTitle();
handleSetSearchData() handleSetSearchData()
listKey2.value++ listKey2.value++
// //
@ -1877,6 +1889,7 @@
) )
} }
return { return {
setTitle,
listKey, listKey,
ListContent, ListContent,
searchValue, searchValue,