telephone-clients 3.0.104-41 → 3.0.104-43
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
|
@@ -163,8 +163,21 @@ export default {
|
|
|
163
163
|
methods: {
|
|
164
164
|
clear(){
|
|
165
165
|
//清空查询条件
|
|
166
|
-
this.$refs.paged.$refs.criteria.model={
|
|
166
|
+
this.$refs.paged.$refs.criteria.model={
|
|
167
|
+
f_room:'',
|
|
168
|
+
f_floor:'',
|
|
169
|
+
f_unit:'',
|
|
170
|
+
f_building:'',
|
|
171
|
+
f_residential_area:'',
|
|
172
|
+
f_enter_number:'',
|
|
173
|
+
f_address:'',
|
|
174
|
+
f_meternumber:'',
|
|
175
|
+
f_user_name:'',
|
|
176
|
+
f_userinfo_code:'',
|
|
177
|
+
f_user_phone:''
|
|
178
|
+
}
|
|
167
179
|
},
|
|
180
|
+
|
|
168
181
|
// 获取该组件配置文件
|
|
169
182
|
getTelFindUserConfig(){
|
|
170
183
|
let http = new HttpResetClass()
|
|
@@ -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:{
|