apply-clients 5.0.35-ezhou-5 → 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.
- package/package.json +1 -1
- package/src/applyAndroid.js +39 -39
- package/src/components/app_apply/ApplyToDoList.vue +376 -376
- package/src/components/app_apply/ServiceControl.vue +693 -693
- package/src/components/app_apply/ezhou/ServiceView.vue +745 -745
- package/src/components/product/Process/Processes/Service/ServiceControl.vue +5 -1
- package/src/components/product/ServiceView.vue +809 -815
|
@@ -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:
|
|
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
|