diff --git a/src/pages/asset/AssetAllocation.vue b/src/pages/asset/AssetAllocation.vue index d7e6d0c..322bea9 100644 --- a/src/pages/asset/AssetAllocation.vue +++ b/src/pages/asset/AssetAllocation.vue @@ -73,7 +73,7 @@ @@ -88,7 +88,7 @@ @@ -147,7 +147,7 @@ @@ -213,7 +213,7 @@ export default { label: '现金账户' }, { value: '选项2', - label: 'p2p账户' + label: '网络融资账户' }, { value: '选项3', label: '众筹账户' @@ -237,7 +237,7 @@ export default { accountTypeMap:{ CASH_ACCOUNT:"现金账户", BANK_ACCOUNT:"银行账户", - P2P_ACCOUNT:"P2P账户", + P2P_ACCOUNT:"网络融资账户", CROWDFUNDING_ACCOUNT:"众筹账户", EQUITY_FUND_INVESTMENT_ACCOUNT:"股票基金投资账户", FUTURES_INVESTMENT_ACCOUNT:"期货投资账户", @@ -251,6 +251,7 @@ export default { TRUST_ACCOUNT:"信托账户", INSURANCE_ACCOUNT:"保险账户", SUPPLY_CHAIN_ASSET_ACCOUNT:"供应链资产账户", + FINANCIAL_ACCOUNT:"理财账户", } }; }, @@ -280,14 +281,21 @@ export default { } }, getInfo(){ //获取数据 - this.$get("/api/studentAccountAssetAllocation/getList.do",{studentId:this.identityInfo.studentId}).then((ret) =>{ + this.$get("/api/studentAccountAssetAllocation/getList.do",{studentId:this.identityInfo.studentId,isInstitution:1}).then((ret) =>{ if(ret.code == 0){ this.tableData = ret.data; - this.noticeList = ret.data; }else{ this.$message({message: ret.msg,type: 'error'}); } }); + this.$get("/api/studentAccountAssetAllocation/getList.do",{studentId:this.identityInfo.studentId,isInstitution:2}).then((ret) =>{ + if(ret.code == 0){ + this.noticeList= ret.data; + }else{ + this.$message({message: ret.msg,type: 'error'}); + } + }); + }, allOpenAccount(){ //转账 let param = {