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