From e03f39a06c9f17ee0bf9a2b1fa24b7de0ea2e3d4 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期五, 15 九月 2023 11:47:29 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.0.22:9001/r/mom-before --- src/assets/api/controller.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/assets/api/controller.js b/src/assets/api/controller.js index 3e2922d..ffe7844 100644 --- a/src/assets/api/controller.js +++ b/src/assets/api/controller.js @@ -77,6 +77,7 @@ finishedInspectChooseMater: "/finished-inspect/chooseMater",//鏍规嵁璁㈠崟鍙峰緱鍒颁俊鎭� finishedInspectAddFinish: "/finished-inspect/addFinish", //鏂板鎴愬搧妫�楠� finishedInspectUpdateFinishInspectsById: "/finished-inspect/updateFinishInspectsById",//涓婃姤 + finishedInspectSelectFinishInspectsListById: "/finished-inspect/selectFinishInspectsListById" } // 杩囩▼妫�楠� const processInspection = { @@ -85,6 +86,8 @@ inspectionItemUpdateDevByInsId: "/inspection-item/updateDevByInsId",//鏇存敼璁惧 inspectionItemlose_focus_update: "/inspection-item/lose_focus_update",//妫�楠屽�� processInspectUpdateProcessInspectsById: "/processInspect/updateProcessInspectsById",//涓婃姤 + inspectionItemChooseDev: "/inspection-item/chooseDev", + processInspectSelectProcessInspectsListById: "/processInspect/selectProcessInspectsListById" } // QMS瀹為獙瀹ょ鐞� const laboratory = { -- Gitblit v1.9.3