|
@@ -384,7 +384,7 @@ export default {
|
|
getMaterialList(
|
|
getMaterialList(
|
|
{
|
|
{
|
|
dirId: this.currentFolderId,
|
|
dirId: this.currentFolderId,
|
|
- pageNum: this.list.length + 1,
|
|
|
|
|
|
+ pageNum: this.list.length,
|
|
pageSize: 1,
|
|
pageSize: 1,
|
|
searchKey: this.searchKey,
|
|
searchKey: this.searchKey,
|
|
type: TYPE,
|
|
type: TYPE,
|
|
@@ -432,7 +432,7 @@ export default {
|
|
getMaterialList(
|
|
getMaterialList(
|
|
{
|
|
{
|
|
dirId: this.currentFolderId,
|
|
dirId: this.currentFolderId,
|
|
- pageNum: this.list.length + 1,
|
|
|
|
|
|
+ pageNum: this.list.length,
|
|
pageSize: 1,
|
|
pageSize: 1,
|
|
searchKey: this.searchKey,
|
|
searchKey: this.searchKey,
|
|
type: TYPE,
|
|
type: TYPE,
|