diff --git a/src/mycomponents/detail/comRecommendDetailCard.vue b/src/mycomponents/detail/comRecommendDetailCard.vue index a1851711..59bdd084 100644 --- a/src/mycomponents/detail/comRecommendDetailCard.vue +++ b/src/mycomponents/detail/comRecommendDetailCard.vue @@ -104,7 +104,7 @@ watch(() => props.dataContent, (newDataContent, oldDataContent) => { nextTick(() => { setTimeout(() => { if (collapse1.value) { - collapse1.value.resize(); + collapse1.value.init(); } }, 500); }); diff --git a/src/mycomponents/item/itemQty.vue b/src/mycomponents/item/itemQty.vue index 3644adea..d48dc3b8 100644 --- a/src/mycomponents/item/itemQty.vue +++ b/src/mycomponents/item/itemQty.vue @@ -7,8 +7,7 @@ - + :isShowStatus="false" :isShowStdPack="showStdPack"> diff --git a/src/mycomponents/job/jobFilter.vue b/src/mycomponents/job/jobFilter.vue index 041b3e1c..4ff7671f 100644 --- a/src/mycomponents/job/jobFilter.vue +++ b/src/mycomponents/job/jobFilter.vue @@ -307,7 +307,7 @@ const getScanNumber = (val) => { scanNumber.value.closeScanPopup() closeScanPopup() } -const emit = defineEmits(['switchChangeToday', 'switchChangeWait', 'onScanNumber', 'onScanAsnNumber', 'productionLineCode', 'fromLocationCode', 'fromLocationCodeConfirm']) +const emit = defineEmits(['switchChangeToday', 'switchChangeWait', 'onScanNumber', 'onScanAsnNumber', 'productionLineCode', 'fromLocationCode', 'fromLocationCodeConfirm','onQuery']) defineExpose({ openFilter })