Commit 4c5844ef by lixiaomin

修改机型列表新增机型组件显示

parent b115130c
......@@ -234,7 +234,7 @@ export default {
co_serial_no:'',
isShow:true
}
this.modelComponentList.push(row);
this.modelComponentList.unshift(row);
},
//获取组件类型list
getComponentList(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment