Commit ca9bacb5 by 展昭

每次进入页面时都把当前账期索引清零

parent d1e3a6a4
Showing with 1 additions and 1 deletions
......@@ -479,7 +479,7 @@ export default {
const localPerIndex = this.getCurPerIndex;
localPerIndex=0;
if (localPerIndex && localPerIndex != "undefined") {
localPerIndex=localPerIndex>this.period.length-1?0:localPerIndex;
//localPerIndex=localPerIndex>this.period.length-1?0:localPerIndex;
this.currentPerIndex = localPerIndex;
this.currentPerId = this.period[localPerIndex].id;
this.currentPerName = this.period[localPerIndex].name;
......
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 sign in to comment