|
|
@ -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; |
|
|
|