From 94d467d0da61e4c4dd6ccb7a010073374c27659a Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 19 Jan 2022 17:06:52 +0800 Subject: [PATCH] bug --- src/sass/AppNotification/add.vue | 2 +- src/store/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sass/AppNotification/add.vue b/src/sass/AppNotification/add.vue index 725f29ab..c573d168 100644 --- a/src/sass/AppNotification/add.vue +++ b/src/sass/AppNotification/add.vue @@ -108,7 +108,7 @@ export default { methods: { ...mapActions(['selectPrivilegedContact']), handleSelectUser() { - if (this.clickedUserSelect) return this.$u.toast("正在打开人员选择器") + // if (this.clickedUserSelect) return this.$u.toast("正在打开人员选择器") this.clickedUserSelect = true this.selectPrivilegedContact({ fromDepartmentId: 0, diff --git a/src/store/index.js b/src/store/index.js index 6ed25453..4114ac9c 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -375,7 +375,7 @@ const store = new Vuex.Store({ reject(res) } }) - }, 500) + }, 100) }) }) },