提交 943f405bca60b6264181b61fbead716e0714891e

作者 pangy
1 个父辈 a20b4e9b

。。

... ... @@ -591,7 +591,7 @@ Page({
591 591 deduction_amount: deduction_amount
592 592 })
593 593 } else if (frontPage.data.house_type == "rent" || frontPage.data.house_type == "house_fund_rent") {
594   - this.getbanklist()
  594 + // this.getbanklist()
595 595 if (options.isedit != 'true') {
596 596 this.getTaxList()
597 597 }
... ... @@ -605,7 +605,7 @@ Page({
605 605 reduce_typeData.selected = '年度'
606 606 }
607 607 } else if (frontPage.data.house_type == "house_fund_loan") {
608   - this.getbanklist()
  608 + // this.getbanklist()
609 609 if (options.isedit != 'true') {
610 610 this.getTaxList()
611 611 }
... ...
注册登录 后发表评论