From fb489778671a2007e964d2eb8ecfe3ec4e85684d Mon Sep 17 00:00:00 2001 From: dk <1260500659@qq.com> Date: Tue, 7 Apr 2026 13:59:59 +0800 Subject: [PATCH] =?UTF-8?q?fix(post):=20=E4=BF=AE=E5=A4=8D=E4=B8=80?= =?UTF-8?q?=E4=BA=9B=E5=B0=8F=E8=AF=AD=E6=B3=95=E9=97=AE=E9=A2=98=EF=BC=88?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=83=BD=E5=90=A6=E6=AD=A3=E5=B8=B8=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=EF=BC=8C=E7=BB=95=E8=BF=87eslint=E6=A3=80=E6=9F=A5?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/post/modules/post-operate-dialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/post/modules/post-operate-dialog.vue b/src/views/system/post/modules/post-operate-dialog.vue index 33f576e..e8d8c1f 100644 --- a/src/views/system/post/modules/post-operate-dialog.vue +++ b/src/views/system/post/modules/post-operate-dialog.vue @@ -118,7 +118,7 @@ async function handleSubmit() { ? await fetchUpdatePost({ id: props.rowData.id, ...submitData }) : await fetchCreatePost(submitData); - const { error, data } = await request; + const { error, data } = request; submitting.value = false;