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);