提交 45efe60f authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 378f7fd5
......@@ -16,7 +16,16 @@ const props = defineProps({
detail: { type: Object }
})
const { objectiveStore, connectionStore, memberStore, labelStore, groupStore, tripStore, materialStore } = useMarketStore()
const marketStore = useMarketStore()
const { objectiveStore, connectionStore, memberStore, labelStore, groupStore, tripStore, materialStore } = marketStore
watch(
() => props.detail,
() => {
if (props.detail) marketStore.setData(props.detail)
},
{ immediate: true }
)
const step = ref(props.step)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论