|
@@ -977,8 +977,8 @@
|
|
|
// 审核同意
|
|
|
this.inputForm.status = '5'
|
|
|
this.inputForm.agreeTime = new Date()
|
|
|
- console.log('项目登记审批通过获取当前登录人id', this.userId)
|
|
|
- this.inputForm.agreeUserId = this.userId
|
|
|
+ let userId = JSON.parse(localStorage.getItem('user')).id
|
|
|
+ this.inputForm.agreeUserId = userId
|
|
|
}
|
|
|
this.inputForm.links = []
|
|
|
if (!this.commonJS.isEmpty(this.inputForm.clientList)) {
|