teamid修改

This commit is contained in:
zhal 2022-08-16 15:16:20 +08:00
parent fba4cbb975
commit c28416e7ab
2 changed files with 3 additions and 3 deletions

View File

@ -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") {

View File

@ -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") {