Browse Source

优化

master
陈裕财 3 years ago
parent
commit
e5da9e56e0
  1. 4
      src/views/xm/core/xmProduct/XmProductEdit.vue

4
src/views/xm/core/xmProduct/XmProductEdit.vue

@ -110,7 +110,7 @@ import util from "@/common/js/util"; //全局公共库
import { import {
initDicts, initDicts,
addXmProduct, addXmProduct,
editSomeFields,
editXmProductSomeFields,
createProductCode createProductCode
} from "@/api/xm/core/xmProduct"; } from "@/api/xm/core/xmProduct";
import { mapGetters } from "vuex"; import { mapGetters } from "vuex";
@ -323,7 +323,7 @@ export default {
params[fieldName] = $event; params[fieldName] = $event;
} }
var func = editSomeFields;
var func = editXmProductSomeFields;
func(params) func(params)
.then((res) => { .then((res) => {
let tips = res.data.tips; let tips = res.data.tips;

Loading…
Cancel
Save