From 739c94d096c7ec7d07436ebe162520049b5aaa5a Mon Sep 17 00:00:00 2001 From: zhangyichen <5277314+zacty@user.noreply.gitee.com> Date: Tue, 12 Apr 2022 10:53:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/process.js | 9 +++++++++ .../nonConfomity/pages/productDepartment.vue | 12 ++++++++++++ 2 files changed, 21 insertions(+) diff --git a/src/api/process.js b/src/api/process.js index 69c92786c..3f8b1187b 100644 --- a/src/api/process.js +++ b/src/api/process.js @@ -1024,3 +1024,12 @@ export function importAllZcbs(data) { data }) } + +// 未符合项重点问题项管控产品规划部查询列表 +export function productDeptIssue(params) { + return axios({ + url: '/api/sarStandUnqualified/productDeptIssue', + method: 'get', + params + }) +} diff --git a/src/pages/regulatoryRepository/nonConfomity/pages/productDepartment.vue b/src/pages/regulatoryRepository/nonConfomity/pages/productDepartment.vue index e91b91a2f..aae3d2df2 100644 --- a/src/pages/regulatoryRepository/nonConfomity/pages/productDepartment.vue +++ b/src/pages/regulatoryRepository/nonConfomity/pages/productDepartment.vue @@ -188,6 +188,7 @@