apply-clients 3.4.89-6 → 3.4.89-8

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.89-6",
3
+ "version": "3.4.89-8",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -276,7 +276,7 @@ export default {
276
276
  this.$refs.cp.$refs.cri.search()
277
277
  },
278
278
  searchCondition (args) {
279
- args.condition = args.condition + `and (act.defname in ('勘察设计','工程施工','通气验收')) `
279
+ args.condition = args.condition + `and (act.defname in ('踏勘设计','工程施工','通气验收')) `
280
280
  this.model.search(args.condition, args.model)
281
281
  },
282
282
  click (row) {