From 302f7c83bc80c0d1e3822a3ed8fdbafbcabe5172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Tue, 12 Jul 2022 00:05:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/xm/core/xmProduct.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/api/xm/core/xmProduct.js b/src/api/xm/core/xmProduct.js index e7e12980..acb698f6 100644 --- a/src/api/xm/core/xmProduct.js +++ b/src/api/xm/core/xmProduct.js @@ -38,6 +38,9 @@ export const createProductCode = params => { return axios.post(`${base}/xm/core/ export const unDelXmProduct = params => { return axios.post(`${base}/xm/core/xmProduct/unDel`, params); }; + +export const editXmProductSomeFields = params => { return axios.post(`${base}/xm/core/xmProduct/editSomeFields`, params); }; + /**-------------------------前端mng|add|edit界面公共函数---------------请写在下面----------------------------------------------- */ //初始化页面上的字典 export const initDicts = (that) => {