From ac5ec3a9cc0234682b4077b1369cbae539d50589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=97=8F=E6=9F=8F?= Date: Thu, 11 Apr 2024 22:24:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DlicenseName=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E4=BC=A0=E5=8F=82=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/js/index.js b/src/main/resources/static/js/index.js index 4d18a1d..0f3af82 100644 --- a/src/main/resources/static/js/index.js +++ b/src/main/resources/static/js/index.js @@ -63,7 +63,7 @@ window.copyLicense = async function (e) { let licenseInfo = JSON.parse(localStorage.getItem('licenseInfo')) let productCode = e.closest('.card').dataset.productCodes; let data = { - "licenseeName": licenseInfo.licenseeName, + "licenseName": licenseInfo.licenseeName, "assigneeName": licenseInfo.assigneeName, "expiryDate": licenseInfo.expiryDate, "productCode": productCode,