From ad558fcac136b2ae9b716ae9554fdc31de4aa378 Mon Sep 17 00:00:00 2001 From: "DESKTOP-QGC5RJO\\DBNT" Date: Wed, 11 Jan 2023 17:02:42 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=A0=95=EC=A7=84=ED=96=89=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/js/faStatistics/asfCov.js | 4 ++-- .../templates/common/modal/crackdownStatusModal.html | 8 ++++++-- .../templates/faStatistics/asfCov/asfCovEditModal.html | 4 ++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/main/resources/static/js/faStatistics/asfCov.js b/src/main/resources/static/js/faStatistics/asfCov.js index 70253860..6cd8f91c 100644 --- a/src/main/resources/static/js/faStatistics/asfCov.js +++ b/src/main/resources/static/js/faStatistics/asfCov.js @@ -102,10 +102,10 @@ $(document).on('click', '#deleteMajorBtn', function (){ -function getEditModal(asfCovKey){ +function getEditModal(cdsKey){ $.ajax({ url: '/faStatistics/asfCovEditModal', - data: {asfCovKey: asfCovKey}, + data: {cdsKey: cdsKey}, type: 'GET', dataType:"html", success: function(html){ diff --git a/src/main/resources/templates/common/modal/crackdownStatusModal.html b/src/main/resources/templates/common/modal/crackdownStatusModal.html index ecba0b91..4c0268bd 100644 --- a/src/main/resources/templates/common/modal/crackdownStatusModal.html +++ b/src/main/resources/templates/common/modal/crackdownStatusModal.html @@ -193,8 +193,12 @@ - - + + + + + + diff --git a/src/main/resources/templates/faStatistics/asfCov/asfCovEditModal.html b/src/main/resources/templates/faStatistics/asfCov/asfCovEditModal.html index 0efa3c2f..f0d4370e 100644 --- a/src/main/resources/templates/faStatistics/asfCov/asfCovEditModal.html +++ b/src/main/resources/templates/faStatistics/asfCov/asfCovEditModal.html @@ -1,7 +1,7 @@