삭제시 clientId 변수에 중복값 넣어서 exist 에러발생, 해당 중복값 넣는 부분 삭제.
This commit is contained in:
@@ -234,11 +234,6 @@
|
|||||||
|
|
||||||
var postData = $('#ajaxForm').serializeArray();
|
var postData = $('#ajaxForm').serializeArray();
|
||||||
$clientId.prop('disabled', true);
|
$clientId.prop('disabled', true);
|
||||||
|
|
||||||
var key = "${param.clientId}";
|
|
||||||
|
|
||||||
//client 를 먼저 삭제 한 경우를 위해 mTls info 삭제 가능하도록 함.
|
|
||||||
postData.push({name: "clientId", value: key});
|
|
||||||
|
|
||||||
postData.push({name: "cmd", value: "DELETE"});
|
postData.push({name: "cmd", value: "DELETE"});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user