闫增涛
2024-09-04 bfdd1a936731cf9b5f0d2c78d363cbb0ec93d941
packageBookService/pages/bookServices/list/index.js
@@ -411,6 +411,7 @@
        "||author*": this.data.searchValue,
        "||isbn*": this.data.searchValue,
        "||seriesName*": this.data.searchValue,
        "||projectLeader*": this.data.searchValue
      };
    }
    const query = {
@@ -420,6 +421,9 @@
        field: "state",
      }, ],
      sort,
      coverSize: {
        width: 180
      },
      paging: {
        start: 0,
        size: this.data.pageCount.page * 8,