提交 7ad6caae authored 作者: huaxinzhu's avatar huaxinzhu

我的资产,银卡卡列表接口调取时机调整

上级 779f1b07
...@@ -160,7 +160,7 @@ ...@@ -160,7 +160,7 @@
/** 我的资产 所有数据 */ /** 我的资产 所有数据 */
this.getMyAssetList() this.getMyAssetList()
/** 获取 银行卡列表 */ /** 获取 银行卡列表 */
this.getBankcardList() // this.getBankcardList()
/** 获取主体信息 */ /** 获取主体信息 */
this.getOrganization(); this.getOrganization();
}, },
...@@ -203,6 +203,9 @@ ...@@ -203,6 +203,9 @@
editBankcard(id) { editBankcard(id) {
this.bankcardTitle = '编辑账户' this.bankcardTitle = '编辑账户'
this.indexId = id; this.indexId = id;
/** 获取 银行卡列表 */
this.bankOptions = [];
this.getBankcardList()
getBankDetailsData({ id: id }).then(res=> { getBankDetailsData({ id: id }).then(res=> {
if(res.code == 1 && res.data) { if(res.code == 1 && res.data) {
this.addBankcardInfoDialog = true; this.addBankcardInfoDialog = true;
...@@ -243,6 +246,9 @@ ...@@ -243,6 +246,9 @@
this.bankcardTitle = '添加账户' this.bankcardTitle = '添加账户'
this.addBankcardInfoDialog = true; this.addBankcardInfoDialog = true;
this.indexId = 0; this.indexId = 0;
/** 获取 银行卡列表 */
this.bankOptions = [];
this.getBankcardList()
}, },
/** 提交 添加银行卡信息 */ /** 提交 添加银行卡信息 */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论