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("删除成功"); } })