闫增涛
2025-01-22 2aaa9e8dc8bf91849110347fc772773a8bceb325
packageBookService/pages/bookServices/list/index.js
@@ -131,7 +131,7 @@
    // 获取二级分类
    this.getSecondList(`${options.assortCode}\\${options.stairCode}`);
    this.getBookList(`${options.assortCode}\\${options.stairCode}`);
    // 获取重点项目
    // 获取获奖情况
    this.getProjectList("bookClassification");
    this.getProjectList("newFormsTextbooks");
  },
@@ -279,7 +279,7 @@
      });
    });
  },
  // 获取重点项目
  // 获取获奖情况
  getProjectList(type) {
    this.setData({
      disabledProject: false,
@@ -336,7 +336,7 @@
        this.setData({
          "newTextBook.options": options,
        });
        console.log("重点项目", this.data.newTextBook);
        console.log("获奖情况", this.data.newTextBook);
      }
    });
  },
@@ -541,7 +541,7 @@
    });
    this.getBookList(this.data.path);
  },
  // 重点项目改变
  // 获奖情况改变
  changeMajorProject(e) {
    this.setData({
      backTop: "#assort-title",
@@ -549,7 +549,7 @@
    });
    this.getBookList(this.data.path);
  },
  // 重点项目重置
  // 获奖情况重置
  resetMajorProject() {
    this.setData({
      "majorProjectList.value": [],