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