feat: 代客下单增加删除历史订单同步

This commit is contained in:
2025-04-01 13:25:24 +08:00
parent 5cb9943d2f
commit 52fb5b9fb5
4 changed files with 43 additions and 36 deletions

View File

@@ -197,14 +197,6 @@ const props = defineProps({
type: Boolean,
default: false,
},
oldOrder: {
type: Object,
default: () => {
return {
detailMap: [],
};
},
},
goodsList: {
type: Array,
default: () => [],