From 8ac6ee5db5b6b88e8624b6a524c9a8d275e5157b Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 14 Aug 2024 09:54:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=89=93=E5=8D=B0=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E8=AE=BE=E6=88=90=E6=9C=AC=E5=9C=B0=EF=BC=8C=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BF=87=E7=A8=8B=E6=8A=BD=E6=A3=80=EF=BC=8C?= =?UTF-8?q?=E5=B7=A5=E8=89=BA=E8=B7=AF=E7=BA=BFtable=E9=AB=98=E5=BA=A6?= =?UTF-8?q?=E6=9A=82=E6=97=B6=E8=AE=BE=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/model/wpm.js | 4 ++-- src/config/route.js | 6 +++--- src/views/mtm/routepack_form.vue | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/api/model/wpm.js b/src/api/model/wpm.js index f4d1883a..56f64454 100644 --- a/src/api/model/wpm.js +++ b/src/api/model/wpm.js @@ -369,8 +369,8 @@ export default { prints: { name: "打印", req: async function (data) { - return await http.post(`${config.API_URL}/prints/`, data); - // return await http.post("http://localhost:8080/prints/", data); + // return await http.post(`${config.API_URL}/prints/`, data); + return await http.post("http://localhost:8080/prints/", data); }, }, }; diff --git a/src/config/route.js b/src/config/route.js index b750852b..64f7347a 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -1543,14 +1543,14 @@ const routes = [ component: "qm/process", }, { - name: "qmProcess", - path: "/qm/qmProcess", + name: "qmProcess2", + path: "/qm/qmProcess2", meta: { title: "过程抽检", // icon: "el-icon-cellphone", perms: ["ptest"], }, - component: "qm/process", + component: "qm/process2", }, { name: "qmInm", diff --git a/src/views/mtm/routepack_form.vue b/src/views/mtm/routepack_form.vue index b3bbc612..da4ac074 100644 --- a/src/views/mtm/routepack_form.vue +++ b/src/views/mtm/routepack_form.vue @@ -95,7 +95,7 @@ hidePagination hideDo stripe - style="height: 680px" + style="height: 500px" >