address-client 3.0.46-aodeToV4 → 3.0.47-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.
@@ -1,2 +1,2 @@
1
- #Thu May 14 16:23:28 CST 2026
2
- gradle.version=8.9
1
+ #Fri Jul 10 10:01:08 CST 2020
2
+ gradle.version=3.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "address-client",
3
- "version": "3.0.46-aodeToV4",
3
+ "version": "3.0.47-aodeToV4",
4
4
  "description": "地址管理前台组件",
5
5
  "author": "wanbochao",
6
6
  "license": "ISC",
package/src/App.vue CHANGED
@@ -10,7 +10,7 @@
10
10
  </template>
11
11
 
12
12
  <script>
13
- export default {
13
+ export default {
14
14
 
15
- }
15
+ }
16
16
  </script>
@@ -1004,7 +1004,7 @@
1004
1004
  if(this.f_special){
1005
1005
  args.condition = `${args.condition} and s.f_special='1' and s.f_filialeid = '${this.f_filialeids}'`
1006
1006
  }else{
1007
- args.condition = `${args.condition} and s.f_filialeid = '${this.f_orgid}'`
1007
+ args.condition = `${args.condition} and s.f_filialeid in ${this.f_orgid}`
1008
1008
  }
1009
1009
  this.condition = args.condition
1010
1010
  this.model.search(args.condition, args.model)
File without changes
File without changes