From 2f8e6e2fc0634c43c1594db8faf9336b259bb756 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Sat, 20 Apr 2024 16:22:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/addProduct/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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