manage-client 3.3.203 → 3.3.204

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": "manage-client",
3
- "version": "3.3.203",
3
+ "version": "3.3.204",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -444,10 +444,10 @@
444
444
  },
445
445
  getorg(obj) {
446
446
  if (obj.resids.length>0) {
447
- this.orgCondtionStr = " and f_orgid in " + plugin.convertToIn(obj.resids)
447
+ this.orgCondtionStr = " and f_orgid in " + plugin.convertToIn(obj.resids) + " and f_error_type IS NOT NULL and f_error_level IS NOT NULL "
448
448
  }else
449
449
  {
450
- this.orgCondtionStr = " and f_orgid = " + this.$login.f.orgid
450
+ this.orgCondtionStr = " and f_orgid = " + this.$login.f.orgid + " and f_error_type IS NOT NULL and f_error_level IS NOT NULL "
451
451
  }
452
452
  },
453
453
  initParams () {