Commit b6683b26 authored by zhengke's avatar zhengke

修改

parent b1a59a49
...@@ -699,13 +699,12 @@ ...@@ -699,13 +699,12 @@
}, },
//获取子组件规格 //获取子组件规格
getSpecList(val){ getSpecList(val){
this.SpecificationList=val; this.addMsg.SpecificationList = val;
}, },
//获取子组件规格价格列表 //获取子组件规格价格列表
getSpecPriceList(val){ getSpecPriceList(val){
this.SpecificationPriceList = val; this.addMsg.SpecificationPriceList = val;
} }
} }
}; };
......
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