修复bug
This commit is contained in:
parent
7cc816a43a
commit
2f8e6e2fc0
@ -1537,7 +1537,7 @@ export default {
|
|||||||
// 参数模板
|
// 参数模板
|
||||||
getSpecsLst(id) {
|
getSpecsLst(id) {
|
||||||
let cate_id = id ? id : this.formValidate.cate_id
|
let cate_id = id ? id : this.formValidate.cate_id
|
||||||
specsSeclectedApi({ cate_id: cate_id })
|
specsSelectedApi({ cate_id: cate_id })
|
||||||
.then(res => {
|
.then(res => {
|
||||||
this.merSpecsSelect = res.data.mer
|
this.merSpecsSelect = res.data.mer
|
||||||
this.sysSpecsSelect = res.data.sys
|
this.sysSpecsSelect = res.data.sys
|
||||||
|
Loading…
x
Reference in New Issue
Block a user