From c7999233fb6e3d7c18c0d4999d1500988a70a5df Mon Sep 17 00:00:00 2001 From: A0010407 Date: Sun, 10 Sep 2023 20:50:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/technology/process.js | 9 +++++ src/views/technology/process/index.vue | 47 ++++++++++++++++++-------- 2 files changed, 42 insertions(+), 14 deletions(-) diff --git a/src/api/technology/process.js b/src/api/technology/process.js index e570ba4..125227e 100644 --- a/src/api/technology/process.js +++ b/src/api/technology/process.js @@ -77,3 +77,12 @@ export function listBom(query) { params: query }); } + +// 查询工作中心 +export function listFactory(query) { + return request({ + url: '/technology/pro/process/selectSysFactoryList', + method: 'get', + params: query + }); +} diff --git a/src/views/technology/process/index.vue b/src/views/technology/process/index.vue index 968a0e2..735ad6f 100644 --- a/src/views/technology/process/index.vue +++ b/src/views/technology/process/index.vue @@ -188,11 +188,6 @@ - - - - - @@ -222,6 +217,20 @@ + + + + + + +