diff --git a/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue b/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue index d5dbfd16..9abf0754 100644 --- a/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue +++ b/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue @@ -893,6 +893,7 @@ export default { methods: { // 获取车牌号 getCarCodeList() { + this.carCodeList = [] getCarCodeListApi({ parentId: this.outboundParams.parentId }).then( (res) => { res.data.forEach((item) => {