Commit e164f391 authored by tanjuanjuan's avatar tanjuanjuan

修改

parent df96d52a
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
} }
const stripString=(str)=>{ const stripString=(str)=>{
return str.replace(/^["']|["']$/g, ''); return str+"0";
} }
const pInfo = computed(() => { const pInfo = computed(() => {
return personStore.person || null return personStore.person || null
......
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