Commit 3c93c529 authored by tanjuanjuan's avatar tanjuanjuan

测试

parent 0aad1158
...@@ -135,7 +135,9 @@ ...@@ -135,7 +135,9 @@
} from '@/store'; } from '@/store';
import { import {
payList,loadInfo,mapInfo payList,
loadInfo,
mapInfo
} from '../../api/request' } from '../../api/request'
const infoStore = infoPinia() const infoStore = infoPinia()
...@@ -262,21 +264,32 @@ ...@@ -262,21 +264,32 @@
}).then(res => { }).then(res => {
const data = JSON.parse(res.data); const data = JSON.parse(res.data);
infoStore.listInfo = data.data.records[0].list.acc_info infoStore.listInfo = data.data.records[0].list.acc_info
}) }).loadInfo({
//公积金贷款信息
loadInfo(
{
"spidno": spidno.value, "spidno": spidno.value,
"spcode": spcode.value, "spcode": spcode.value,
"iseqno": "string" "iseqno": "string"
} }).then(res => {
).then(res=>{
const data = JSON.parse(res.data); const data = JSON.parse(res.data);
infoStore.loanInfo = data.data.records[0].list.acc_info 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;
}) })
//公积金贷款信息
// 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
// })
// xma.request({ // xma.request({
// url: 'https://onemoment.gywb.cn/back/sgy-gjj/gjj/gjjdkxx', // url: 'https://onemoment.gywb.cn/back/sgy-gjj/gjj/gjjdkxx',
// data: { // data: {
...@@ -295,11 +308,13 @@ ...@@ -295,11 +308,13 @@
// }); // });
//公积金地图 //公积金地图
mapInfo({pageSize: 50, // mapInfo({
pageIndex: 1}).then(res=>{ // pageSize: 50,
let data = JSON.parse(res.data) // pageIndex: 1
infoStore.mapList = data.data; // }).then(res => {
}) // let data = JSON.parse(res.data)
// infoStore.mapList = data.data;
// })
// xma.request({ // xma.request({
// url: 'https://onemoment.gywb.cn/back/sgy-gjj/gjj/gjjzx', // url: 'https://onemoment.gywb.cn/back/sgy-gjj/gjj/gjjzx',
// data: { // data: {
......
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