From 27a31d3f94bfc05aea9baf82bfedc02288bd6ad9 Mon Sep 17 00:00:00 2001 From: ljlong_2630 Date: Wed, 22 Nov 2023 17:17:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9B=E6=9A=96=E5=8A=9E=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E6=9D=83=E9=99=90=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/user.js | 10 +++ .../model/heatapiconf/heatMainOperatorLog.vue | 87 +++++++++++-------- src/views/model/heatapiconf/heatSendLog.vue | 4 +- .../model/heatapiconf/heatSubOperatorLog.vue | 15 +++- src/views/model/heatapiconf/index.vue | 61 ++++++++++--- 5 files changed, 121 insertions(+), 56 deletions(-) diff --git a/src/api/system/user.js b/src/api/system/user.js index f2f76ef..637acd5 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -133,3 +133,13 @@ export function deptTreeSelect() { method: 'get' }) } + + +// 查询部门下拉树结构 +export function deptTreeSelectNew() { + return request({ + url: '/system/user/deptTreeNew', + method: 'get' + }) +} + diff --git a/src/views/model/heatapiconf/heatMainOperatorLog.vue b/src/views/model/heatapiconf/heatMainOperatorLog.vue index 6df9d13..2122f73 100644 --- a/src/views/model/heatapiconf/heatMainOperatorLog.vue +++ b/src/views/model/heatapiconf/heatMainOperatorLog.vue @@ -63,13 +63,13 @@ @click="handleDelete" >删除 --> - + @@ -81,9 +81,27 @@ - - - + + + + + + + + + @@ -168,7 +186,7 @@ diff --git a/src/views/model/heatapiconf/heatSendLog.vue b/src/views/model/heatapiconf/heatSendLog.vue index 38bf16a..a7df719 100644 --- a/src/views/model/heatapiconf/heatSendLog.vue +++ b/src/views/model/heatapiconf/heatSendLog.vue @@ -55,13 +55,13 @@ @click="handleDelete" >删除 --> - + diff --git a/src/views/model/heatapiconf/heatSubOperatorLog.vue b/src/views/model/heatapiconf/heatSubOperatorLog.vue index e508dc0..c757384 100644 --- a/src/views/model/heatapiconf/heatSubOperatorLog.vue +++ b/src/views/model/heatapiconf/heatSubOperatorLog.vue @@ -63,13 +63,13 @@ @click="handleDelete" >删除 --> - + @@ -77,10 +77,17 @@ - + - + + + diff --git a/src/views/model/heatapiconf/index.vue b/src/views/model/heatapiconf/index.vue index 46769d9..9dd2e66 100644 --- a/src/views/model/heatapiconf/index.vue +++ b/src/views/model/heatapiconf/index.vue @@ -55,9 +55,9 @@ 删除 - + @@ -166,7 +166,7 @@