服务记录

This commit is contained in:
闫晓茹 2023-10-18 16:39:53 +08:00
parent 88f327b1a7
commit 4adfe8afc9

View File

@ -165,7 +165,7 @@
query: { query: {
pageNum: 1, pageNum: 1,
pageSize: 10, pageSize: 10,
identity: '371402199404167019 ', identity: '',
isEvaluate: '', isEvaluate: '',
}, },
FileList: [], FileList: [],
@ -174,7 +174,7 @@
}, },
onShow() { onShow() {
const value = uni.getStorageSync('userinfo'); const value = uni.getStorageSync('userinfo');
// this.query.identity=value.cardNo this.query.identity=value.cardNo
this.info() this.info()
}, },