Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gjjCode
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tanjuanjuan
gjjCode
Commits
3524718c
Commit
3524718c
authored
Dec 26, 2024
by
tanjuanjuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
ab8a5e6e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
index.vue
src/pages/index/index.vue
+3
-2
person.js
src/store/person.js
+3
-1
No files found.
src/pages/index/index.vue
View file @
3524718c
...
...
@@ -167,7 +167,7 @@
})
const
spidno
=
computed
(()
=>
{
return
personStore
.
person
.
cardN
o
||
""
return
personStore
.
spidn
o
||
""
})
//职工代码
const
spcode
=
computed
(()
=>
{
...
...
@@ -193,10 +193,11 @@
range
:
[
'ACCOUNT'
,
'MOBILE'
,
'CITIZEN'
],
success
(
info
)
{
//公积金个人信息
personStore
.
spidno
=
info
.
data
.
uIdCardNo
;
xma
.
request
({
url
:
'https://onemoment.gywb.cn/back/sgy-gjj/gjj/gjjgrxx'
,
data
:
{
spidno
:
info
.
data
.
uIdCardN
o
,
spidno
:
personStore
.
spidn
o
,
trantime
:
getCurrentTimestamp
()
},
header
:
{
...
...
src/store/person.js
View file @
3524718c
...
...
@@ -4,5 +4,6 @@ import { ref } from 'vue';
export
const
personPinia
=
defineStore
(
'person'
,
()
=>
{
const
person
=
ref
(
null
)
return
{
person
}
const
spidno
=
ref
(
0
)
return
{
person
,
spidno
}
})
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment