|
|
@ -130,7 +130,7 @@ export default { |
|
|
|
if (code === 0) { |
|
|
|
this.menuList = data.list; |
|
|
|
this.menuActive = this.menuList.findIndex(item => item.taskPeriodName === this.infoObj.taskPeriodName); |
|
|
|
this.currentId = this.menuList[0].subWorkBookId |
|
|
|
this.currentId = this.menuList[this.menuActive].subWorkBookId |
|
|
|
|
|
|
|
this.loadWorkBook() |
|
|
|
} |
|
|
|