From ae6e44fd70ff8b67f90ebbc5843277dec1ee5b3b Mon Sep 17 00:00:00 2001 From: 2153917462 <2153917462@qq.com> Date: Tue, 22 Apr 2025 09:20:03 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90feat=E3=80=91=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E6=89=8B=E5=86=8C=E7=AE=A1=E7=90=86=E5=8A=9F=E8=83=BD=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + src/api/ManageApi/index.js | 4 +- src/views/compilation/handbook/index.vue | 373 +++++++++++------------ 3 files changed, 183 insertions(+), 195 deletions(-) diff --git a/package.json b/package.json index aa663fe..37a4c6f 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ "@riophae/vue-treeselect": "0.4.0", "@vue-office/docx": "^1.6.3", "@vue/composition-api": "^1.7.2", + "autofit.js": "^3.2.2", "axios": "0.28.1", "clipboard": "2.0.8", "core-js": "3.37.1", diff --git a/src/api/ManageApi/index.js b/src/api/ManageApi/index.js index 321e56d..09440a1 100644 --- a/src/api/ManageApi/index.js +++ b/src/api/ManageApi/index.js @@ -906,7 +906,9 @@ export function deleteHandbook(idList) { return request({ url: `/gysl/handbook/delete`, method: 'delete', - params: { idList: idList.join(',') } + params:{ + idList: idList.join(',') + } }); } diff --git a/src/views/compilation/handbook/index.vue b/src/views/compilation/handbook/index.vue index a8f884b..8251005 100644 --- a/src/views/compilation/handbook/index.vue +++ b/src/views/compilation/handbook/index.vue @@ -3,59 +3,57 @@