apply-clients 3.4.69 → 3.4.70

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": "apply-clients",
3
- "version": "3.4.69",
3
+ "version": "3.4.70",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -335,7 +335,7 @@ export default {
335
335
  this.$refs.cp.$refs.cri.search()
336
336
  },
337
337
  searchCondition (args) {
338
- args.condition = args.condition + `and (act.defname in ('现场勘查','点火派单')) `
338
+ args.condition = args.condition + `and (act.defname in ('现场勘查','通气点火')) `
339
339
  this.model.search(args.condition, args.model)
340
340
  },
341
341
  click (row) {