@@ -148,8 +148,11 @@ export default {
// }
}
// isSatisfy:this.value2
- let getParams = {
- isSatisfy: !this.value2
+ let getParams = {}
+ if (this.value2) {
+ getParams.isSatisfy = !this.value2
+ } else {
+ getParams = {}
this.tindoorFillRate = ''
queryTdbDay(date, { getParams }).then(res => {