|
@@ -368,6 +368,7 @@ export default {
|
|
|
const lastestUsedSearchKey = this.searchKey
|
|
|
getMaterialList(
|
|
|
{
|
|
|
+ dir: this.currentFolderId,
|
|
|
pageNum: index + 1,
|
|
|
pageSize: 1,
|
|
|
type: TYPE,
|
|
@@ -445,6 +446,7 @@ export default {
|
|
|
const lastestUsedSearchKey = this.searchKey
|
|
|
getMaterialList(
|
|
|
{
|
|
|
+ dir: this.currentFolderId,
|
|
|
pageNum: this.list.length + 1,
|
|
|
pageSize: 1,
|
|
|
searchKey: this.searchKey,
|