Commit 5e0b4845 authored by 黄媛媛's avatar 黄媛媛

111

parent 2f33d328
......@@ -379,12 +379,10 @@ export default {
getAccountList1(){
this.apipost('bankaccount_post_GetList',{},res=>{
console.log("res",res)
if(res.data.resultCode==1){
let data = res.data.data;
this.accountList1 = data;
console.log("data",this.accountList1)
}
},err=>{})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment