Explorar el Código

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

master
liangkun hace 3 años
padre
commit
a0c6a08ffc
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  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 Ver fichero

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


Cargando…
Cancelar
Guardar