system-clients 3.2.92 → 3.2.93

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": "system-clients",
3
- "version": "3.2.92",
3
+ "version": "3.2.93",
4
4
  "description": "系统基础框架",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -167,7 +167,7 @@ export default {
167
167
  for (let row of this.$refs.department.resoptions) {
168
168
  depids.push(row.value)
169
169
  }
170
- let depid = depids.length ? plugin.convertToIn(depids) : ('')
170
+ let depid = depids.length ? plugin.convertToIn(depids) : `('')`
171
171
  condition += " and f_depid in " + depid;
172
172
  }
173
173
  }