diff --git a/src/views/product/addProduct/index.vue b/src/views/product/addProduct/index.vue index 5c09015..034c467 100644 --- a/src/views/product/addProduct/index.vue +++ b/src/views/product/addProduct/index.vue @@ -1537,7 +1537,7 @@ export default { // 参数模板 getSpecsLst(id) { let cate_id = id ? id : this.formValidate.cate_id - specsSeclectedApi({ cate_id: cate_id }) + specsSelectedApi({ cate_id: cate_id }) .then(res => { this.merSpecsSelect = res.data.mer this.sysSpecsSelect = res.data.sys