Commit 803a72e9 authored by tanjuanjuan's avatar tanjuanjuan

修改

parent 2229b7b7
......@@ -164,6 +164,15 @@
const pInfo = computed(() => {
return personStore.person || null
})
const spidno = computed(() => {
return personStore.person.cardNo || ""
})
//职工代码
const spcode = computed(() => {
return personStore.person.spcode || ""
})
const loadData = computed(() => {
return loanStore.loanInfo || ""
})
......
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