筛选定位

This commit is contained in:
zhaofang
2022-11-16 10:44:14 +08:00
parent b39c3b14da
commit bc8e359f24
3 changed files with 16 additions and 3 deletions

View File

@@ -98,7 +98,7 @@
}
let $this = this;
uni.showLoading({ title: '加载中...' });
apiMessage.list(this.queryData).then(res => {
apiMessage.mobilelist(this.queryData).then(res => {
if (res.status == 200) {
let ids = [];
this.emptyControl=true