address-client 3.0.38-aodeToV4 → 3.0.39-aodeToV4

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": "address-client",
3
- "version": "3.0.38-aodeToV4",
3
+ "version": "3.0.39-aodeToV4",
4
4
  "description": "地址管理前台组件",
5
5
  "author": "wanbochao",
6
6
  "license": "ISC",
@@ -287,7 +287,7 @@
287
287
  let http = new HttpResetClass()
288
288
  let param = {
289
289
  tablename: 'AFV4_System.dbo.system_users',
290
- condition: `roles like '%网格员%'`
290
+ condition: `roles like '%网格员%' and org_id = '${this.$login.f.orgid}'`
291
291
  }
292
292
  let res = await http.load('POST', 'api/af-revenue/sql/saleSingleTable', {
293
293
  data: param