apply-clients 3.4.22 → 3.4.23

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.22",
3
+ "version": "3.4.23",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -319,6 +319,7 @@
319
319
  this.title = '新增'
320
320
  let data = {
321
321
  selectdata: this.selectdata,
322
+ f_process_id: this.selectdata.f_process_id,
322
323
  f_operator_id: Vue.user.id,
323
324
  f_operator: Vue.user.name,
324
325
  f_department_name:Vue.user.f_department_name,