From 7a5063ed028ddf0b0ca65920b6730d0a6bdaf04a Mon Sep 17 00:00:00 2001 From: aoa Date: Sun, 8 Sep 2024 08:22:48 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E5=95=86=E5=93=81=E5=90=8E=E5=88=97=E8=A1=A8=E6=9C=AA=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E7=9A=84=E9=97=AE=E9=A2=98?= 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(); } } }