From 0d31b47a5691251e8df6cbe832634612318524c9 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sat, 11 May 2024 17:40:47 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E5=AF=B9=E6=8E=A5=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E5=BE=81=E9=9B=86=E5=88=97=E8=A1=A8=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/project-demand/index.js | 9 +++- .../projectdemand/demandcollection/detail.vue | 8 ++-- .../projectdemand/demandcollection/index.vue | 43 +++++++++--------- src/views/workflow/process/nodes/Node.vue | 45 ++++++++++++++----- 4 files changed, 69 insertions(+), 36 deletions(-) diff --git a/src/api/project-demand/index.js b/src/api/project-demand/index.js index 9657efa..6675a54 100644 --- a/src/api/project-demand/index.js +++ b/src/api/project-demand/index.js @@ -1,5 +1,12 @@ import request from '@/utils/request.js' - +//需求征集 +export const getDemandInfo = (param) => { + return request({ + url: '/workflow/mosr/requirement', + method: "get", + params: param + }); +}; export const getWorkflowInfo = () => { return request({ url: '/workflow/mosr/requirement/process', diff --git a/src/views/projectdemand/demandcollection/detail.vue b/src/views/projectdemand/demandcollection/detail.vue index 1634b8f..10c1b04 100644 --- a/src/views/projectdemand/demandcollection/detail.vue +++ b/src/views/projectdemand/demandcollection/detail.vue @@ -58,7 +58,7 @@