From 635e1b3c0d48c2db884794cb8bc26d6ff1591ffa Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期四, 21 十二月 2023 16:24:46 +0800 Subject: [PATCH] 1.增加行政处罚的数据展示 2.增加信访的数据展示 --- src/api/fysp/problemApi.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/api/fysp/problemApi.js b/src/api/fysp/problemApi.js index 5bb2b72..ce2ba9b 100644 --- a/src/api/fysp/problemApi.js +++ b/src/api/fysp/problemApi.js @@ -10,6 +10,6 @@ */ checkProblem({ pId, action, remark = '', userId = id, userName = name }) { const params = `?pId=${pId}&action=${action}&remark=${remark}&userId=${userId}&userName=${userName}`; - return $fysp.post(`problemlist/check${params}`).then((res) => res.data); + return $fysp.post(`problemlist/check${params}`); }, }; -- Gitblit v1.9.3