From ef212f45c7d0e85787589befba3a21845364a2e5 Mon Sep 17 00:00:00 2001 From: 17630416519 Date: Sat, 20 Dec 2025 16:46:19 +0800 Subject: [PATCH] =?UTF-8?q?andon=E6=8A=A5=E8=AD=A6=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/andonManagement/policeRecord/index.js | 8 +++ .../andonManagement/policeRecord/index.vue | 69 ++++++++++++------- 2 files changed, 52 insertions(+), 25 deletions(-) diff --git a/src/api/andonManagement/policeRecord/index.js b/src/api/andonManagement/policeRecord/index.js index 0946749..73d7b51 100644 --- a/src/api/andonManagement/policeRecord/index.js +++ b/src/api/andonManagement/policeRecord/index.js @@ -78,4 +78,12 @@ export function getAndonAlarmContactDictList() { url: 'system/user/getAlarmPullDown', method: 'get' }) +} + +//区域下拉 +export function getAndonAreaDictList() { + return request({ + url: 'mes/AndonAlarmArea/getPullDown', + method: 'get' + }) } \ No newline at end of file diff --git a/src/views/andonManagement/policeRecord/index.vue b/src/views/andonManagement/policeRecord/index.vue index 96cc27e..fc45440 100644 --- a/src/views/andonManagement/policeRecord/index.vue +++ b/src/views/andonManagement/policeRecord/index.vue @@ -37,21 +37,24 @@ @sort-change="sortChange" @selection-change="handleSelectionChange"> - - + + - - - - - + + + + -