From e5da9e56e042621c118407b52d5c8f670adb586d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Mon, 5 Dec 2022 15:02:58 +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/views/xm/core/xmProduct/XmProductEdit.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/xm/core/xmProduct/XmProductEdit.vue b/src/views/xm/core/xmProduct/XmProductEdit.vue index 28fe4f7a..dc1f4d2e 100644 --- a/src/views/xm/core/xmProduct/XmProductEdit.vue +++ b/src/views/xm/core/xmProduct/XmProductEdit.vue @@ -110,7 +110,7 @@ import util from "@/common/js/util"; //全局公共库 import { initDicts, addXmProduct, - editSomeFields, + editXmProductSomeFields, createProductCode } from "@/api/xm/core/xmProduct"; import { mapGetters } from "vuex"; @@ -323,7 +323,7 @@ export default { params[fieldName] = $event; } - var func = editSomeFields; + var func = editXmProductSomeFields; func(params) .then((res) => { let tips = res.data.tips;