Commit 356b3084 authored by youjie's avatar youjie

no message

parent d10d2388
...@@ -309,7 +309,6 @@ export default { ...@@ -309,7 +309,6 @@ export default {
this.SubjectList.forEach(x=>{ this.SubjectList.forEach(x=>{
x.BalanceList.forEach(y=>{ x.BalanceList.forEach(y=>{
if(y.StartDate==item.StartDate){ if(y.StartDate==item.StartDate){
console.log(y.Image,'-----------')
if(x.SubjectId!=-4&&x.SubjectId!=-5&&x.SubjectId!=-6){ if(x.SubjectId!=-4&&x.SubjectId!=-5&&x.SubjectId!=-6){
let BanObj = JSON.parse(JSON.stringify(this.BanObj)) let BanObj = JSON.parse(JSON.stringify(this.BanObj))
BanObj = { BanObj = {
...@@ -326,7 +325,6 @@ export default { ...@@ -326,7 +325,6 @@ export default {
} }
}) })
}) })
console.log(this.BankStaObj,'----------')
this.isShowBankSta = true this.isShowBankSta = true
}, },
changeData(){ changeData(){
......
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