From c0cd0e649660c762ccda519dbea8d315010853a4 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期日, 22 六月 2025 15:02:37 +0800 Subject: [PATCH] no message --- construction-data/src/components/datav/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/construction-data/src/components/datav/index.vue b/construction-data/src/components/datav/index.vue index e5deecc..a503835 100644 --- a/construction-data/src/components/datav/index.vue +++ b/construction-data/src/components/datav/index.vue @@ -252,7 +252,7 @@ // eslint-disable-next-line no-undef $ajax.post('/api/bind/shipping/platform', {orderId: order.id, waveId: order.waveId, platformId: plat.id}).then(response => { if (response.code === 200) { - that.fetch() + that.refreshData() //闅愯棌鍙戣揣鍖�,鎵ц鎵撳嵃 } else { this.$message.error(response.msg) -- Gitblit v1.9.1