From 7b79d6eb41e7e654e94b047166812820e8181cea Mon Sep 17 00:00:00 2001 From: pkm Date: Mon, 15 Feb 2021 18:06:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=95=86=E5=93=81=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A1=B5=E9=9D=A2=EF=BC=8C=E5=88=A0=E9=99=A4=E5=95=86?= =?UTF-8?q?=E5=93=81=E5=90=8E=E4=BB=8D=E7=84=B6=E6=98=BE=E7=A4=BA=E7=9A=84?= =?UTF-8?q?BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除商品成功后再拉取新的商品列表 --- src/views/pms/product/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/pms/product/index.vue b/src/views/pms/product/index.vue index 542cb28dc..3e652fe07 100644 --- a/src/views/pms/product/index.vue +++ b/src/views/pms/product/index.vue @@ -638,8 +638,8 @@ type: 'success', duration: 1000 }); + this.getList(); }); - this.getList(); } } }