apply-clients 3.5.5-42 → 3.5.5-43

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.5.5-42",
3
+ "version": "3.5.5-43",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -418,11 +418,10 @@
418
418
 
419
419
  data.f_sub_state = "新增"
420
420
  data.f_apply_source = "线下发起"
421
- data.f_process_id = await this.getProcessId(data.processname)
422
-
421
+ // data.f_process_id = await this.getProcessId()
422
+ data.workname=data.processname
423
423
  // 调用ExplorationUser事件
424
424
  this.$dispatch('apply', data)
425
-
426
425
  this.applyType = null
427
426
  this.showModal = false
428
427
  },