From c822fea46b9e574766dc0ebbedf2a118bf8b0f0a Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 20 Jun 2023 14:32:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=8F=E6=84=9F=E8=AF=8D=E8=81=8A=E5=A4=A9?= =?UTF-8?q?=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pidu/AppConversation/triggerRecord.vue | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/project/pidu/AppConversation/triggerRecord.vue b/src/project/pidu/AppConversation/triggerRecord.vue index f5a7c266..7bbcab35 100644 --- a/src/project/pidu/AppConversation/triggerRecord.vue +++ b/src/project/pidu/AppConversation/triggerRecord.vue @@ -6,7 +6,10 @@ {{deptUserList[0].name}} 部门名称 - +
+ +
+
@@ -53,6 +56,10 @@ export default { document.title = '触发记录' }, methods: { + clearDept() { + this.deptUserList = [] + this.getListInit() + }, getListInit() { this.current = 1 this.pages = 2 @@ -120,6 +127,15 @@ export default { .left { width: 350px; line-height: 64px; + .clear-btn { + display: inline-block; + padding: 0 16px; + } + .del-icon { + width: 32px; + height: 32px; + vertical-align: middle; + } } .right { width: calc(100% - 350px);