telephone-clients 4.0.0-1-75 → 4.0.0-1-76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "telephone-clients",
3
- "version": "4.0.0-1-75",
3
+ "version": "4.0.0-1-76",
4
4
  "description": "呼叫模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -249,7 +249,7 @@ export default {
249
249
  args.condition = args.condition + " and len(starttime) != 0 "
250
250
  }
251
251
  if(args.model.istelon == '否'){
252
- args.condition = args.condition + " and len(starttime) = 0 AND len(findtime) != 0 "
252
+ args.condition = args.condition + " and len(starttime) = 0 AND ((len(findtime) != 0 and teltype == '呼入') or teltype == '呼出' ) "
253
253
  }
254
254
  this.searchData.condition = args.condition
255
255
  this.searchData.orderitem= " outltime desc"