diff --git a/CHANGELOG.md b/CHANGELOG.md index cde8059..f2a5a2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ - | 导入项目,更新项目 | [5e06adf](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/5e06adf) - | 导入项目后提示并打开项目详情页 | [410f527](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/410f527) - | 工具箱接口对接 | [4c9c812](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/4c9c812) + - | 工具箱页面调整 添加查询工具箱的使用者接口 | [7f5b290](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/7f5b290) - | 引入dayjs | [29b8b93](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/29b8b93) - | 提交到本地 | [9cbe411](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/9cbe411) - | 插件参数处理调整 | [a3e68d3](https://dd.tall.wiki/gitea/binbin0314/yanyuan_js/commits/a3e68d3) diff --git a/src/pagesYanyuan/hold-all/hold-all.vue b/src/pagesYanyuan/hold-all/hold-all.vue index d4ab953..faa0a54 100644 --- a/src/pagesYanyuan/hold-all/hold-all.vue +++ b/src/pagesYanyuan/hold-all/hold-all.vue @@ -129,7 +129,6 @@ export default { try { const params = { equipmentId }; const data = await this.$u.api.getUserName(params); - console.log('data: ', data); if (data.status === -2) { this.show = true; this.content = '使用前请先选择长者!';