Commit 82a533f9 authored by 罗超's avatar 罗超

2

parent c28a0e29
......@@ -35,7 +35,7 @@
<div v-if="addMsg.GoodsEduType == 2">
<el-button type="primary" @click="isShowZC=true" style="margin:0 10px;" size="mini">选择资产
</el-button>
<span v-if="zcObj.Id">资产:{{zcObj.Id}}</span>
<span v-if="zcObj.Id">资产编号{{zcObj.Id}}</span>
</div>
</div>
</el-form-item>
......@@ -1239,7 +1239,7 @@
GoodsUrl: "", //简介
goodsLogo: "", //商品Logo
IsKorea: 0, //是否为韩国馆
GoodsEduType: 1,
GoodsEduType: 2,
MaterialId: 0, //资产id
},
predefineColors: ["#000000", "#FFFFFF", "#888888", "#FF4544"],
......@@ -1877,9 +1877,6 @@
});
},
Save(formName) {
console.log(this.SpecificationPriceList,this.SpecificationList)
return
this.addMsg.IsKorea = 0;
this.$refs[formName].validate(valid => {
if (valid) {
......
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