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

I类学分项目

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