system-clients 3.2.50 → 3.2.52

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.
@@ -548,6 +548,7 @@ export default {
548
548
  }
549
549
  localStorage.clear()
550
550
  sessionStorage.clear()
551
+ window.location.reload()
551
552
  }
552
553
 
553
554
  },
@@ -399,7 +399,7 @@ export default {
399
399
  }
400
400
  },
401
401
  async workorderOverRemind(){
402
- if(this.functions && this.functions.f_role_name && this.functions.f_role_name.indexOf('管理员') !== -1){
402
+ if(this.functions && this.functions.f_role_name && this.functions.f_role_name.indexOf('管理员') !== -1 && this.functions.f_role_name.indexOf('管理人员') == -1){
403
403
  let res = await new HttpResetClass().load('POST', '/rs/sql/tel_singleTable', {
404
404
  "data": {
405
405
  "items": "*",
@@ -1,7 +1,7 @@
1
- // 分公司特殊组件页面注册
2
-
3
- exports.specialComp = {
4
- 'home-page': (resolve) => require(['./Main'], resolve),
5
- 'login': (resolve) => require(['./Login'], resolve)
6
- }
7
-
1
+ // 分公司特殊组件页面注册
2
+
3
+ exports.specialComp = {
4
+ 'home-page': (resolve) => require(['./Main'], resolve),
5
+ 'login': (resolve) => require(['./Login'], resolve)
6
+ }
7
+
@@ -1,7 +1,7 @@
1
- // 分公司特殊组件页面注册
2
-
3
- let specialComp = {
4
- // 登录页面
5
- 'login': (resolve) => { require(['./login.vue'], resolve) }
6
- }
7
- exports.specialComp = specialComp
1
+ // 分公司特殊组件页面注册
2
+
3
+ let specialComp = {
4
+ // 登录页面
5
+ 'login': (resolve) => { require(['./login.vue'], resolve) }
6
+ }
7
+ exports.specialComp = specialComp
@@ -268,6 +268,7 @@ export default {
268
268
  },
269
269
  JobProgress(){
270
270
  console.log("点击显示任务列表,当前状态:"+this.progressListShow)
271
+ this.getProgressList()
271
272
  this.isShowbg = true
272
273
  this.progressListShow = true
273
274
  },