Browse Source

收文发起流程 编码本地替换为线上

master
edy 3 years ago
parent
commit
732cc5cac7
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Dispatch/Index.js
  2. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Dispatch/IndexXF.js

+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Dispatch/Index.js View File

@@ -235,8 +235,8 @@ var bootstrap = function ($, learun) {
if (res.code == 200) { if (res.code == 200) {
// 发起流程 // 发起流程
var postData = { var postData = {
schemeCode: 'Dispatch',// 本地
//schemeCode: 'DBSW',//线上
//schemeCode: 'Dispatch',// 本地
schemeCode: 'DBSW',//线上
processId: processId, processId: processId,
level: '1', level: '1',
}; };


+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Dispatch/IndexXF.js View File

@@ -234,8 +234,8 @@ var bootstrap = function ($, learun) {
if (res.code == 200) { if (res.code == 200) {
// 发起流程 // 发起流程
var postData = { var postData = {
schemeCode: 'Dispatch',// 本地
//schemeCode: 'XBSW',// 线上
//schemeCode: 'Dispatch',// 本地
schemeCode: 'XBSW',// 线上
processId: processId, processId: processId,
level: '1', level: '1',
}; };


Loading…
Cancel
Save