From 1f5895fd0e7fdad733662d62866665bace55cabf Mon Sep 17 00:00:00 2001 From: songxudong Date: Fri, 18 Apr 2025 15:30:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=92=E8=81=94=E7=BD=91+=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=EF=BC=8C=E4=BF=AE=E6=94=B9=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/public/js/ZLMRTCClient.js | 1 - client/src/components/OfficerSelector.vue | 6 ------ client/src/router/index.js | 2 +- client/src/views/common/MultiplePicture.vue | 2 +- client/src/views/xzzfgl/zfwsgl.vue | 4 +--- .../iles/lawenforcement/controller/DocumentController.java | 2 +- .../com/aisino/iles/lawenforcement/service/CaseService.java | 1 - server/src/main/resources/application.yml | 1 - 8 files changed, 4 insertions(+), 15 deletions(-) diff --git a/client/public/js/ZLMRTCClient.js b/client/public/js/ZLMRTCClient.js index 5a500e4..8e81d7b 100644 --- a/client/public/js/ZLMRTCClient.js +++ b/client/public/js/ZLMRTCClient.js @@ -474,7 +474,6 @@ function ZLMRTCClient_(exports) { } }; constraints = JSON.parse(JSON.stringify(constraints)); - remap(constraints.audio, 'autoGainControl', 'googAutoGainControl'); remap(constraints.audio, 'noiseSuppression', 'googNoiseSuppression'); constraints.audio = constraintsToChrome_(constraints.audio); } diff --git a/client/src/components/OfficerSelector.vue b/client/src/components/OfficerSelector.vue index 86895d5..7a62fec 100644 --- a/client/src/components/OfficerSelector.vue +++ b/client/src/components/OfficerSelector.vue @@ -354,12 +354,6 @@ import { officers } from '../api/lawenforcement/Officer' // 不立即更新v-model,等用户点击确认按钮时再更新 } - // 清空所有选择 - function clearSelection() { - selectedPeople.value = [] - // 不立即更新v-model,等用户点击确认按钮时再更新 - } - function isPersonSelected(personId) { return selectedPeople.value.some((p) => p.id === personId) } diff --git a/client/src/router/index.js b/client/src/router/index.js index 9c3793a..a52f723 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -471,7 +471,7 @@ const baseRoutes = [ name: '_zfwsgl', component: () => import('@views/xzzfgl/zfwsgl.vue'), meta: { - title: '文书管理', + title: '执法文书管理', }, }, { diff --git a/client/src/views/common/MultiplePicture.vue b/client/src/views/common/MultiplePicture.vue index efb514e..06ccb4e 100644 --- a/client/src/views/common/MultiplePicture.vue +++ b/client/src/views/common/MultiplePicture.vue @@ -16,7 +16,7 @@ :file-list="pictureList" accept="image/gif,image/jpg,image/jpeg,image/png,image/GIF,image/JPG"> - +