Browse Source

修复表头设置

dev
qb 3 weeks ago
parent
commit
adda91213e
  1. 3
      src/components/edittablehead/index.vue

3
src/components/edittablehead/index.vue

@ -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);

Loading…
Cancel
Save