From 5e3cdb756a4488d1e7c6039f1a465332f44c1ed2 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Wed, 5 Nov 2025 10:53:51 +0800 Subject: [PATCH] =?UTF-8?q?2025-11-05=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/qc/outboundNotification.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/qc/outboundNotification.vue b/src/views/modules/qc/outboundNotification.vue index 87d4e62..39162dc 100644 --- a/src/views/modules/qc/outboundNotification.vue +++ b/src/views/modules/qc/outboundNotification.vue @@ -1299,7 +1299,7 @@ const updatePromises = updateList.map(item => { return this.$http({ - url: this.$http.adornUrl('/outboundNotification/updateOrderStatus'), + url: this.$http.adornUrl('/outbound/updateOrderStatus'), method: 'post', data: this.$http.adornData(item) }).then(({data}) => {