manage-client 4.0.16 → 4.0.17

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": "4.0.16",
3
+ "version": "4.0.17",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -191,7 +191,7 @@
191
191
  orgcondition +=')'
192
192
  }
193
193
  if(this.f_operatorid[0]) {
194
- orgcondition += ' and ts.f_operatorid = ' + this.f_operatorid
194
+ orgcondition += ` and ts.f_operatorid in ('${this.f_operatorid}')`
195
195
  }
196
196
  // console.log(this.orgname,this.depname.toString(),this.operatorname)
197
197
  this.$refs.paged.$refs.criteria.model.f_orgid = orgcondition