Quellcode durchsuchen

修复加签第一次无备注问题

master
liangkun vor 3 Jahren
Ursprung
Commit
a0c6a08ffc
1 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  1. +3
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js

+ 3
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js Datei anzeigen

@@ -778,8 +778,9 @@ var bootstrap = function ($, learun) {
// 审批流程 // 审批流程
learun.loading(true, '流程加签...'); learun.loading(true, '流程加签...');
var postData = { var postData = {
//des: formdata.des,
des: $('#des').val(),
des: formdata.des,
//liangkun 2020-12-30改 第一次加签的时候没取到备注
//des: $('#des').val(),
userId: formdata.auditorId, userId: formdata.auditorId,
processId: nwflow.processId, processId: nwflow.processId,
taskId: nwflow.taskId taskId: nwflow.taskId


Laden…
Abbrechen
Speichern