diff --git a/src/pages/asset/AssetAllocation.vue b/src/pages/asset/AssetAllocation.vue
index d7e6d0c..b2aeae6 100644
--- a/src/pages/asset/AssetAllocation.vue
+++ b/src/pages/asset/AssetAllocation.vue
@@ -73,7 +73,7 @@
- 确定
+ 确定
@@ -147,7 +147,7 @@
- 确定
+ 确定
@@ -280,14 +280,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 = {