Commit 8b993217 by Chao Sun

清空时提领信息不显示

parent a7fab1af
......@@ -638,7 +638,10 @@
},
resetData(){
this.irrAndSimpleCalcuteParam = {};
this.yearWithdrawalInfos = [];
this.yearWithdrawalInfos = [{withdrawalType:1,
withdrawalStart:undefined,
withdrawalEnd:undefined,
yearWithdrawalAmount:undefined}];
this.withdrawalType = '1';
this.irrAndSimple = {nyear:undefined,cashValue:undefined}
}
......
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