Browse Source

代码提交:
1022
审批通过审批人id记录修改

sunruiqi 2 years atrás
parent
commit
a5e2a85b9e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/modules/program/registered/RegisItemForm.vue

+ 2 - 2
src/views/modules/program/registered/RegisItemForm.vue

@@ -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)) {