|
|
@ -138,7 +138,8 @@ const tableEl1 = ref(); |
|
|
|
|
|
|
|
|
|
|
|
const initTable = async () => { |
|
|
|
const initTable = async () => { |
|
|
|
try { |
|
|
|
try { |
|
|
|
const submitData = { tableKey: $route.fullPath + props.columnListName }; |
|
|
|
console.log('$route :>> ', $route); |
|
|
|
|
|
|
|
const submitData = { tableKey: $route.path + props.columnListName }; |
|
|
|
|
|
|
|
|
|
|
|
const res = await getTableSeting(submitData); |
|
|
|
const res = await getTableSeting(submitData); |
|
|
|
|
|
|
|
|
|
|
|