This commit is contained in:
2023-12-19 15:17:58 +08:00
parent d956a709f3
commit 52d4730dc6
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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