system-clients 3.2.35 → 3.2.36

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": "system-clients",
3
- "version": "3.2.35",
3
+ "version": "3.2.36",
4
4
  "description": "系统基础框架",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -386,7 +386,7 @@ export default {
386
386
  workorderOverRemind(){
387
387
  if(this.functions && this.functions.f_role_name && this.functions.f_role_name.indexOf('管理员') !== -1){
388
388
  const data = {
389
- condition: `f_filiale_id = ${this.functions.orgid} and overday > 0`
389
+ condition: `f_filiale_id = ${this.functions.orgid} and overday >= 0`
390
390
  }
391
391
  new HttpResetClass().load('POST','rs/sql/serviceDetails/n', {data}, {resolveMsg: null, rejectMsg: null}).then(res=>{
392
392
  if(res.data && res.data.n !== 0){