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
71a60f39
Commit
71a60f39
authored
Jan 15, 2025
by
tanjuanjuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
775f0de5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
26 deletions
+28
-26
index.vue
src/pages/index/index.vue
+28
-26
No files found.
src/pages/index/index.vue
View file @
71a60f39
...
...
@@ -228,36 +228,38 @@
}).
then
(
res
=>
{
const
info
=
JSON
.
parse
(
res
.
data
)
infoStore
.
person
=
info
.
body
.
detail
;
console
.
log
(
"????"
)
console
.
log
(
infoStore
.
person
)
//公积金缴费明细
payList
({
"eatda"
:
"string"
,
"iseqno"
:
"string"
,
"jzh"
:
"string"
,
"sdata"
:
"string"
,
"spcode"
:
spcode
.
value
,
"transcode"
:
"string"
}).
then
(
res
=>
{
const
data
=
JSON
.
parse
(
res
.
data
);
infoStore
.
listInfo
=
data
.
data
.
records
[
0
].
list
.
acc_info
})
//
payList({
//
"eatda": "string",
//
"iseqno": "string",
//
"jzh": "string",
//
"sdata": "string",
//
"spcode": spcode.value,
//
"transcode": "string"
//
}).then(res => {
//
const data = JSON.parse(res.data);
//
infoStore.listInfo = data.data.records[0].list.acc_info
//
})
//贷款信息
loadInfo
({
"spidno"
:
spidno
.
value
,
"spcode"
:
spcode
.
value
,
"iseqno"
:
"string"
}).
then
(
res
=>
{
const
data
=
JSON
.
parse
(
res
.
data
);
infoStore
.
loanInfo
=
data
.
data
.
records
[
0
].
list
.
acc_info
})
//
loadInfo({
//
"spidno": spidno.value,
//
"spcode": spcode.value,
//
"iseqno": "string"
//
}).then(res => {
//
const data = JSON.parse(res.data);
//
infoStore.loanInfo = data.data.records[0].list.acc_info
//
})
//公积金地图
mapInfo
({
pageSize
:
50
,
pageIndex
:
1
}).
then
(
res
=>
{
let
data
=
JSON
.
parse
(
res
.
data
)
infoStore
.
mapList
=
data
.
data
;
})
//
mapInfo({
//
pageSize: 50,
//
pageIndex: 1
//
}).then(res => {
//
let data = JSON.parse(res.data)
//
infoStore.mapList = data.data;
//
})
})
...
...
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