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
@@ -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
|
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){
|