telephone-clients 3.0.104-41 → 3.0.104-42
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
|
@@ -504,7 +504,7 @@ export default {
|
|
|
504
504
|
if(time && time >60){
|
|
505
505
|
messageTime = time
|
|
506
506
|
}
|
|
507
|
-
this.user_source = `this.getResourceById($${this.$login.f.orgid}$,$organization$).getSpecialResByType($user$).where(row.getAttributes().get($rolestr$).indexOf($维修员$)!=-1)`
|
|
507
|
+
// this.user_source = `this.getResourceById($${this.$login.f.orgid}$,$organization$).getSpecialResByType($user$).where(row.getAttributes().get($rolestr$).indexOf($维修员$)!=-1)`
|
|
508
508
|
setInterval(()=>{
|
|
509
509
|
const data = {
|
|
510
510
|
condition:{
|