修改
This commit is contained in:
parent
d956a709f3
commit
52d4730dc6
@ -140,8 +140,7 @@
|
|||||||
let that = this
|
let that = this
|
||||||
let userInfo = uni.getStorageSync('userinfo')
|
let userInfo = uni.getStorageSync('userinfo')
|
||||||
let data = {
|
let data = {
|
||||||
// identity: userInfo.cardNo,
|
identity: userInfo.cardNo,
|
||||||
identity: '370503195407100031',
|
|
||||||
year: that.yearValue,
|
year: that.yearValue,
|
||||||
pageNum: this.form.pageNum,
|
pageNum: this.form.pageNum,
|
||||||
pageSize: this.form.pageSize
|
pageSize: this.form.pageSize
|
||||||
|
|||||||
@ -116,8 +116,7 @@
|
|||||||
getZhList() {
|
getZhList() {
|
||||||
let userInfo = uni.getStorageSync('userinfo')
|
let userInfo = uni.getStorageSync('userinfo')
|
||||||
let data = {
|
let data = {
|
||||||
// identity: userInfo.cardNo,
|
identity: userInfo.cardNo,
|
||||||
identity: '370503195407100031',
|
|
||||||
year: this.yearValue,
|
year: this.yearValue,
|
||||||
pageNum: this.form.pageNum,
|
pageNum: this.form.pageNum,
|
||||||
pageSize: this.form.pageSize
|
pageSize: this.form.pageSize
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user