teamid修改
This commit is contained in:
parent
fba4cbb975
commit
c28416e7ab
@ -1151,7 +1151,7 @@ function openRelationDialog(obj, callback) {
|
|||||||
uuid: uuid,
|
uuid: uuid,
|
||||||
methodId: method,
|
methodId: method,
|
||||||
wsId: $("#wsid").val(),
|
wsId: $("#wsid").val(),
|
||||||
teamId: $('#teamId').val()
|
teamId: parent.$('#teamId').val()
|
||||||
},
|
},
|
||||||
success: function (msg) {
|
success: function (msg) {
|
||||||
if (msg.result == "ok") {
|
if (msg.result == "ok") {
|
||||||
@ -1267,7 +1267,7 @@ function openRelationDialog(obj, callback) {
|
|||||||
uuid: uuid,
|
uuid: uuid,
|
||||||
methodId: method,
|
methodId: method,
|
||||||
wsId: $("#wsid").val(),
|
wsId: $("#wsid").val(),
|
||||||
teamId: $('#teamId').val()
|
teamId: parent.$('#teamId').val()
|
||||||
},
|
},
|
||||||
success: function (msg) {
|
success: function (msg) {
|
||||||
if (msg.result == "ok") {
|
if (msg.result == "ok") {
|
||||||
|
|||||||
@ -3594,7 +3594,7 @@ function openRelationDig(obj,value) {
|
|||||||
uuid:ruuid,
|
uuid:ruuid,
|
||||||
methodId:methodId,
|
methodId:methodId,
|
||||||
wsId:wsId,
|
wsId:wsId,
|
||||||
teamId : $('#teamId').val()
|
teamId : parent.$('#teamId').val()
|
||||||
},
|
},
|
||||||
success : function(msg) {
|
success : function(msg) {
|
||||||
if (msg.result == "ok") {
|
if (msg.result == "ok") {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user