Browse Source

优化部分bug

dev-xx
qb 5 months ago
parent
commit
19fcbffa59
  1. 2
      src/components/edittablehead/index.vue
  2. 2
      src/views/distribution/inventory/BookingNote.vue

2
src/components/edittablehead/index.vue

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

2
src/views/distribution/inventory/BookingNote.vue

@ -1755,7 +1755,6 @@ const handleEdit = () => {
name: '改单',
id: $route.query.id,
type: 'edit',
backPath: '/waybill/WaybillOrderList',
orderStatus: Number(details.query.waybillType) === 1 ? 'haveData' : 'notHaveData',
},
});
@ -1769,7 +1768,6 @@ const handleEdit = () => {
name: '改单',
id: $route.query.id,
type: 'edit',
backPath: '/waybill/WaybillOrderList',
},
});
}

Loading…
Cancel
Save