物流

parent c0a356e1
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
const props = defineProps({ const props = defineProps({
dataList: { dataList: {
type: Array, type: Array,
default: [], default: null,
}, },
}); });
const show = ref(false); const show = ref(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