|
@@ -161,7 +161,9 @@ export default {
|
|
|
if (this.system_code && this.system_code !== '全部') {
|
|
|
postParams.system_code = this.system_code
|
|
|
} else if (this.system_code === '全部') {
|
|
|
- postParams = {}
|
|
|
+ postParams = {
|
|
|
+ photosNumGte: 1, //查询数量大于等于1的
|
|
|
+ }
|
|
|
}
|
|
|
let res = await querySmsLocation({ data, postParams })
|
|
|
console.log(res.data)
|