获取wsid修改

This commit is contained in:
zhal 2022-09-19 18:54:39 +08:00
parent b5255bec7f
commit f679fbd894
2 changed files with 6 additions and 4 deletions

View File

@ -64,6 +64,7 @@ function getWsId() {
type : "POST",
dataType : "JSON",
data : param,
async: false,
success : function(r) {
if (r.result == 'ok') {
var wsId=$("#WSID").val();
@ -1103,7 +1104,7 @@ function getNotPublishTreeData(type) {
sid : sid,
cmd : "com.actionsoft.apps.coe.pal.publisher_publish_tree_ma_data_query",
teamId: teamId,
wsId: '0285ff6a-e418-4d8b-a5b1-22240296f769',
wsId: wsId,
type: type,
flag: true
}
@ -1143,7 +1144,7 @@ function loadNewData(treeNode) {
var dataModel = {
url : "./w?sid=" + jQuery("#sid").val()
+ "&cmd=com.actionsoft.apps.coe.pal.publisher_publish_tree_ma_data_query&flag=" + false + "&pid=" + pid
+ "&wsId=" + '0285ff6a-e418-4d8b-a5b1-22240296f769' + "&type=" + "new" + "&teamId=" + teamId,
+ "&wsId=" + wsId + "&type=" + "new" + "&teamId=" + teamId,
method : "POST",
dataType : "json"
}
@ -1221,7 +1222,7 @@ function getPublishedTreeData(type) {
sid : sid,
cmd : "com.actionsoft.apps.coe.pal.publisher_publish_tree_ma_data_query",
teamId: teamId,
wsId: '0285ff6a-e418-4d8b-a5b1-22240296f769',
wsId: wsId,
type: type,
flag: true
}
@ -2004,7 +2005,7 @@ function formSave(isTransact){
var params = {
title : $("#title").val(),
wsId: '0285ff6a-e418-4d8b-a5b1-22240296f769',
wsId: wsId,
teamId: $("#teamId").val(),
teamName: $("#teamName").val(),
processInstId:$("#processInstId").val()

View File

@ -65,6 +65,7 @@ function getWsId() {
type : "POST",
dataType : "JSON",
data : param,
async: false,
success : function(r) {
if (r.result == 'ok') {
var wsId=$("#WSID").val();