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

View File

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