From fb79513041c8c0a5288c8165aee89b05d84ba53e Mon Sep 17 00:00:00 2001 From: TiaStars Date: Sat, 30 Sep 2023 00:58:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9post=E4=BC=A0=E5=8F=82?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/yingji/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/api/yingji/index.js b/src/api/yingji/index.js index 441eed7..e36fed4 100644 --- a/src/api/yingji/index.js +++ b/src/api/yingji/index.js @@ -4,7 +4,7 @@ * @Author: JC9527 * @Date: 2023-09-11 15:38:21 * @LastEditors: JC9527 - * @LastEditTime: 2023-09-28 13:22:58 + * @LastEditTime: 2023-09-30 00:52:32 */ import request from '@/utils/request' @@ -64,11 +64,11 @@ export default { }); }, // 查看计划明细 - planmx(data){ + planmx(params){ return request({ url: `/pharmaceuticals/bPlanEnterprise/planmx`, method:'post', - data, + params, }); }, // 查询计划企业列表