From 7534e7c90b2109eacb90b5e0df76940a6524b826 Mon Sep 17 00:00:00 2001 From: ronger Date: Mon, 26 Feb 2024 15:07:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(component):=20=E7=BC=96=E8=BE=91=E5=99=A8?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=B0=81=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/portfolio/post/_portfolio_id.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/portfolio/post/_portfolio_id.vue b/pages/portfolio/post/_portfolio_id.vue index f37fb6b..40167ae 100644 --- a/pages/portfolio/post/_portfolio_id.vue +++ b/pages/portfolio/post/_portfolio_id.vue @@ -236,7 +236,7 @@ export default { }, async updatePortfolio() { let _ts = this - let data = this.handleSubmitData() + let data = await this.handleSubmitData() let id = _ts.idPortfolio; this.$refs.cropper.getCropData(img => {