Commit 77a0e429 authored by tanjuanjuan's avatar tanjuanjuan

修改

parent 18b0d7dc
......@@ -161,7 +161,7 @@
flag4.value = !flag4.value
}
const pInfo = computed(() => {
return personStore.person?JSON.parse(personStore.person):null
return personStore.person||null
})
// const loadData = computed(() => {
// return store.state.loadData || ""
......
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