sale-client 3.5.185 → 3.5.187

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.5.185",
3
+ "version": "3.5.187",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -257,7 +257,7 @@
257
257
  args.condition=` f_orgid='${this.f_filialeids}' and ${args.condition}`
258
258
 
259
259
  await this.model.search(args.condition, this.model)
260
- console.log("res",this.model)
260
+ this.addOrRemove(true)
261
261
  },
262
262
  search () {
263
263
  this.$refs.paged.$refs.cri.search()