删除无用代码
This commit is contained in:
parent
7d513edafc
commit
b2c2958fdb
|
@ -499,7 +499,6 @@
|
||||||
name: name.value,
|
name: name.value,
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
console.log('res-----selectResourceCarGroupByDept------->', res);
|
console.log('res-----selectResourceCarGroupByDept------->', res);
|
||||||
|
|
||||||
let statistics = 0
|
let statistics = 0
|
||||||
res.data.data.list.map((val) => {
|
res.data.data.list.map((val) => {
|
||||||
val.initLoading = true
|
val.initLoading = true
|
||||||
|
@ -526,30 +525,13 @@
|
||||||
}
|
}
|
||||||
// console.log('整体页面加载次数===============>', load.value)
|
// console.log('整体页面加载次数===============>', load.value)
|
||||||
// 判断是否有已打开项,如果有重新载入之后自动打开
|
// 判断是否有已打开项,如果有重新载入之后自动打开
|
||||||
debugger
|
|
||||||
list.value = res.data.data.list
|
list.value = res.data.data.list
|
||||||
if (index || index === 0) {
|
if (index || index === 0) {
|
||||||
debugger
|
|
||||||
list.value[index].show = true
|
list.value[index].show = true
|
||||||
// console.log('1111', list.value[index])
|
|
||||||
showNew(list.value[index])
|
showNew(list.value[index])
|
||||||
// showBottom()
|
|
||||||
}
|
}
|
||||||
// list.value = res.data.data.list
|
|
||||||
console.log(
|
|
||||||
'重新请求值',
|
|
||||||
index,
|
|
||||||
// res.data.data.list[index].show,
|
|
||||||
list.value
|
|
||||||
)
|
|
||||||
|
|
||||||
total.value = res.data.data.deptCount
|
total.value = res.data.data.deptCount
|
||||||
console.log(
|
|
||||||
'重新请求值2',
|
|
||||||
index,
|
|
||||||
// res.data.data.list[index].show,
|
|
||||||
list.value
|
|
||||||
)
|
|
||||||
showKey.value++
|
showKey.value++
|
||||||
if (type == 'init' || type == 'changePage') {
|
if (type == 'init' || type == 'changePage') {
|
||||||
getListByDeptId(list.value[0])
|
getListByDeptId(list.value[0])
|
||||||
|
|
Loading…
Reference in New Issue