From 3238ce5b619ba4d101e735b95b2c31d5de491046 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Tue, 19 Aug 2025 16:05:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E8=B4=AD=E7=BB=91=E5=AE=9A=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/services/new-purchase/bind.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/services/new-purchase/bind.js b/src/services/new-purchase/bind.js index 43f1c8c..183fb16 100644 --- a/src/services/new-purchase/bind.js +++ b/src/services/new-purchase/bind.js @@ -6,7 +6,7 @@ import { http } from '@/utils/http' export const getPurchaseBindListAPI = (data) => { return http({ method: 'GET', - url: '/material/purchase_check_info/list', + url: '/material/purchase/bind/list', data, }) } @@ -16,7 +16,7 @@ export const getPurchaseBindListAPI = (data) => { export const getPurchaseBindDetailsAPI = (data) => { return http({ method: 'GET', - url: '/material/purchase_check_info/getInfo', + url: '/material/purchase/bind/getInfo', data, }) }