From b545e45db24e1da187a02d60974e8e3eb0c5c9b6 Mon Sep 17 00:00:00 2001 From: yaoyuhao Date: Fri, 2 Feb 2024 16:35:45 +0800 Subject: [PATCH] 1 --- src/views/examine/jfsp.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/examine/jfsp.vue b/src/views/examine/jfsp.vue index 09473ef..cf260e3 100644 --- a/src/views/examine/jfsp.vue +++ b/src/views/examine/jfsp.vue @@ -333,6 +333,7 @@ export default { .post(`/api/goods/delete/${id}`) .then((res) => { if (res.code == 200) { + this.getData(); console.log("删除成功"); } })