apply-clients 5.0.35-ezhou-6 → 5.0.35-ezhou-7

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.
@@ -223,7 +223,11 @@ export default {
223
223
  f_apply_source:this.models2.f_apply_source,
224
224
  f_sub_state:'未完工',
225
225
  f_project_number : res1.data.f_apply_num,
226
- user:this.$login.f
226
+ user:{
227
+ id: this.$login.f.id,
228
+ name: this.$login.f.name,
229
+ ename: this.$login.f.ename
230
+ }
227
231
  }
228
232
  await http.load('POST','rs/logic/newaddApplyproduct',{data:data}, {resolveMsg: null, rejectMsg: '转发失败,请联系开发人员'})
229
233
  var flag = false