sale-client 3.6.408 → 3.6.409

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": "sale-client",
3
- "version": "3.6.408",
3
+ "version": "3.6.409",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -394,7 +394,7 @@ const myMap = new Map()
394
394
  }
395
395
  console.log('查询。。。', this.f_orgid)
396
396
  if (!this.orgCondtionStr) {
397
- args.condition = `${args.condition}` + ' and f_orgid = ' + this.$login.f.orgid
397
+ args.condition = `${args.condition}` + ' and f_orgid = ' + `'${this.$login.f.orgid}'`
398
398
  } else {
399
399
  args.condition = `${args.condition}` + this.orgCondtionStr
400
400
  }