From 363ad1f7b9243ffa014ee666502171b326cbca16 Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Tue, 14 May 2024 17:10:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt-as-ui/src/api/storage/deliveryNotice.js | 2 +- yxt-as-ui/src/api/storage/receivingGoods.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/yxt-as-ui/src/api/storage/deliveryNotice.js b/yxt-as-ui/src/api/storage/deliveryNotice.js index 01e832a9a9..f4ae321592 100644 --- a/yxt-as-ui/src/api/storage/deliveryNotice.js +++ b/yxt-as-ui/src/api/storage/deliveryNotice.js @@ -58,7 +58,7 @@ export default { // 选择供应商 choiceSupplier: function(params) { return request({ - url: '/pms/v1/pmssupplierinfo/choiceSupplierInfo?orgsid=' + params, + url: '/pms/v1/pmssupplierinfo/choiceSupplierInfo?orgSid=' + params, method: 'post', headers: { 'Content-Type': 'application/json' diff --git a/yxt-as-ui/src/api/storage/receivingGoods.js b/yxt-as-ui/src/api/storage/receivingGoods.js index 87a9b33b41..a0bc6aa4ce 100644 --- a/yxt-as-ui/src/api/storage/receivingGoods.js +++ b/yxt-as-ui/src/api/storage/receivingGoods.js @@ -76,7 +76,7 @@ export default { // 选择供应商 choiceSupplier: function(params) { return request({ - url: '/pms/v1/pmssupplierinfo/choiceSupplierInfo?orgsid=' + params, + url: '/pms/v1/pmssupplierinfo/choiceSupplierInfo?orgSid=' + params, method: 'post', headers: { 'Content-Type': 'application/json'