修改页面log输出并修改tonken超时判断
This commit is contained in:
@@ -879,7 +879,7 @@ const tableHeaderRef = ref()
|
||||
const formatCountOptions = () => {
|
||||
|
||||
countData.value = []
|
||||
console.log(123, indexOptions.value);
|
||||
// console.log(123, indexOptions.value);
|
||||
|
||||
if (searchForm.value.index.length != 0) {
|
||||
searchForm.value.index.forEach((item: any, index: any) => {
|
||||
@@ -925,7 +925,7 @@ const formatCountOptions = () => {
|
||||
// }
|
||||
// })
|
||||
// })
|
||||
console.log("🚀 ~ vv.eleEpdPqdVOS.map ~ countData.value:", countDataCopy.value)
|
||||
// console.log("🚀 ~ vv.eleEpdPqdVOS.map ~ countData.value:", countDataCopy.value)
|
||||
|
||||
countData.value.map((item: any, key: any) => {
|
||||
if (item.name.includes('谐波电流有效值')) {
|
||||
|
||||
Reference in New Issue
Block a user