|
|
|
@ -220,7 +220,7 @@ const initSortable = () => {
|
|
|
|
|
|
|
|
|
|
// functions.setStorage($route.fullPath + props.columnListName, arr); |
|
|
|
|
postSaveTableSeting({ |
|
|
|
|
tableKey: $route.fullPath + props.columnListName, |
|
|
|
|
tableKey: $route.path + props.columnListName, |
|
|
|
|
tableSetCongig: JSON.stringify(arr), |
|
|
|
|
}); |
|
|
|
|
// emit('update:modelValue', arr); |
|
|
|
|