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 @@