Commit 03b44bb8 authored by 何远江's avatar 何远江

bug修改

parent 0c012894
...@@ -455,7 +455,10 @@ const toDetail = async (row: any) => { ...@@ -455,7 +455,10 @@ const toDetail = async (row: any) => {
const excludeTitles = ['sortNum', '数据区', 'expendData', 'sheet页'] const excludeTitles = ['sortNum', '数据区', 'expendData', 'sheet页']
detailTable.value = res detailTable.value = res
tableTitle.value = titles.filter((v) => !excludeTitles.includes(v)) tableTitle.value = titles.filter((v) => !excludeTitles.includes(v))
detailVisible.value = true
nextTick(() => {
detailVisible.value = true
})
excludeTitles.forEach((key) => { excludeTitles.forEach((key) => {
Reflect.deleteProperty(configs, key) Reflect.deleteProperty(configs, key)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment