Commit 90303965 by wuqian

pod-cn配齐就变绿

parent d6c42133
......@@ -426,11 +426,8 @@ watch(
const podBoxIndex = computed(() => orderStore.podBoxIndex)
const pickFlag = computed(() => {
if (
podOrderDetailsData.value.productList &&
podOrderDetailsData.value.productList.length > 0
) {
return podOrderDetailsData.value.productList.every((item) => item.power)
if (podOrderDetailsData.value?.productList) {
return podOrderDetailsData.value?.productList.every((item) => item.power)
}
return false
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment