提交 81c25760 编写于 作者: guangjun.yang's avatar guangjun.yang

I类学分项目

上级 360c1c75
......@@ -33,7 +33,7 @@ export default {
provinceId: 0,
organizationId: 0,
cardInfo: {
id: 0
},
cmeToken: '',
}
......@@ -104,7 +104,7 @@ export default {
this.POST("trade/goods/cardList", param).then(res => {
if (res.code == "000000") {
this.isShowPopup = true;
this.cardInfo = res.data && res.data[0] || {} ;
this.cardInfo = res.data && res.data[0] || {id: 0} ;
}
});
},
......
......@@ -239,7 +239,7 @@ export default {
organizationId: '',
isShowPopup: false,
cardInfo: {
id: 0
},
};
},
......@@ -411,7 +411,7 @@ export default {
this.POST("trade/goods/cardList", param).then(res => {
if (res.code == "000000") {
this.isShowPopup = true;
this.cardInfo = res.data && res.data[0] || {} ;
this.cardInfo = res.data && res.data[0] || {id: 0} ;
}
});
},
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册