From 790b94e745395598c06b0ce411b5352abd268ff4 Mon Sep 17 00:00:00 2001 From: song Date: Wed, 22 Dec 2021 15:52:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E5=BC=B9=E5=87=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + src/pagesYanyuan/hold-all/hold-all.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2a5a2d..6276725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -267,6 +267,7 @@ - | 修改代码格式 | [14123d7](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/14123d7) - | 修改定期任务骨架屏高度 | [909a734](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/909a734) - | 修改时间轴自动滚动到当天任务的时间 | [20bbf6a](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/20bbf6a) + - | 删除console | [627ba47](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/627ba47) - | 压缩代码 | [b4fa681](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/b4fa681) - | 压缩代码,提交体验版 | [c5f50ff](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/c5f50ff) - | 小红点api缓存修改 | [e992343](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/e992343) diff --git a/src/pagesYanyuan/hold-all/hold-all.vue b/src/pagesYanyuan/hold-all/hold-all.vue index faa0a54..30ba859 100644 --- a/src/pagesYanyuan/hold-all/hold-all.vue +++ b/src/pagesYanyuan/hold-all/hold-all.vue @@ -143,6 +143,7 @@ export default { } } catch (error) { console.error('error: ', error); + this.$t.ui.showToast(error.msg || '工具箱的使用者查询失败'); } }, },