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