| | |
| | | // 获取二级分类 |
| | | this.getSecondList(`${options.assortCode}\\${options.stairCode}`); |
| | | this.getBookList(`${options.assortCode}\\${options.stairCode}`); |
| | | // 获取重点项目 |
| | | // 获取获奖情况 |
| | | this.getProjectList("bookClassification"); |
| | | this.getProjectList("newFormsTextbooks"); |
| | | }, |
| | |
| | | }); |
| | | }); |
| | | }, |
| | | // 获取重点项目 |
| | | // 获取获奖情况 |
| | | getProjectList(type) { |
| | | this.setData({ |
| | | disabledProject: false, |
| | |
| | | this.setData({ |
| | | "newTextBook.options": options, |
| | | }); |
| | | console.log("重点项目", this.data.newTextBook); |
| | | console.log("获奖情况", this.data.newTextBook); |
| | | } |
| | | }); |
| | | }, |
| | |
| | | }); |
| | | this.getBookList(this.data.path); |
| | | }, |
| | | // 重点项目改变 |
| | | // 获奖情况改变 |
| | | changeMajorProject(e) { |
| | | this.setData({ |
| | | backTop: "#assort-title", |
| | |
| | | }); |
| | | this.getBookList(this.data.path); |
| | | }, |
| | | // 重点项目重置 |
| | | // 获奖情况重置 |
| | | resetMajorProject() { |
| | | this.setData({ |
| | | "majorProjectList.value": [], |