apply-clients 4.1.37-weinan → 4.1.39-weinan

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": "4.1.37-weinan",
3
+ "version": "4.1.39-weinan",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -202,7 +202,12 @@ export default {
202
202
  'typeNumberList'(){
203
203
  this.addItem.f_typenumber=null
204
204
  this.addItem.f_material_price = 0
205
- }
205
+ },
206
+ 'typeNameList'(){
207
+ this.addItem.f_typename = null
208
+ this.addItem.f_typenumber = null
209
+ this.addItem.f_material_price = 0
210
+ }
206
211
  }
207
212
  }
208
213