BUG修改

This commit is contained in:
a0049873 2022-07-07 17:54:41 +08:00
parent 44479b25e9
commit c271f3d988
2 changed files with 6 additions and 5 deletions

View File

@ -1,13 +1,13 @@
/*
* @Author: hisense.wuhongjian
* @Date: 2020-07-07 16:03:23
* @LastEditors: hisense.wuhongjian
* @LastEditTime: 2022-07-05 20:08:53
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-07-07 17:41:25
* @Description: 数据资源参数配置
*/
//const newLocation = 'qingdao'
const newLocation = 'qingdao'
// const newLocation = 'baotou'
const newLocation = 'xihaian'
// const newLocation = 'xihaian'
//
const whoShow = {}

View File

@ -9,7 +9,7 @@
<span
v-for="itemContent in item.content"
:key="itemContent"
@click="tabClick(index, itemContent, itemContent)"
@click="tabClick(index, itemContent, item)"
:class="
clickList[index].content.indexOf(itemContent.labelName) != -1 ||
clickList[index].content.indexOf(itemContent) != -1
@ -253,6 +253,7 @@
let tableHeight = ref('600')
//tab
const tabClick = (indexFather, name) => {
console.log(clickList.value, indexFather, name)
selectedRowKeys.value = []
selectedList.value = []
if (clickList.value[indexFather].content.indexOf(name) != -1) {