|
@ -64,6 +64,7 @@ |
|
|
onLoad({apiType, id}) { |
|
|
onLoad({apiType, id}) { |
|
|
this.id = id |
|
|
this.id = id |
|
|
this.queryParams.employNoteBookId = id |
|
|
this.queryParams.employNoteBookId = id |
|
|
|
|
|
this.queryParams.notebookId = id |
|
|
this.apiType = apiType |
|
|
this.apiType = apiType |
|
|
// this.mixinsListApi += apiType || '' |
|
|
// this.mixinsListApi += apiType || '' |
|
|
this.mixinsListApi = this.apiList[this.apiIndex] |
|
|
this.mixinsListApi = this.apiList[this.apiIndex] |
|
|