|
@@ -430,7 +430,7 @@ export default {
|
|
|
const lastestUsedSearchKey = this.searchKey
|
|
|
getMaterialList(
|
|
|
{
|
|
|
- dir: this.currentFolderId,
|
|
|
+ dirId: this.currentFolderId,
|
|
|
pageNum: index + 1,
|
|
|
pageSize: 1,
|
|
|
type: TYPE,
|
|
@@ -501,7 +501,7 @@ export default {
|
|
|
this.delFolder(item.id, (lastestUsedSearchKey) => {
|
|
|
getMaterialList(
|
|
|
{
|
|
|
- dir: this.currentFolderId,
|
|
|
+ dirId: this.currentFolderId,
|
|
|
pageNum: this.list.length,
|
|
|
pageSize: 1,
|
|
|
searchKey: this.searchKey,
|
|
@@ -549,7 +549,7 @@ export default {
|
|
|
const lastestUsedSearchKey = this.searchKey
|
|
|
getMaterialList(
|
|
|
{
|
|
|
- dir: this.currentFolderId,
|
|
|
+ dirId: this.currentFolderId,
|
|
|
pageNum: this.list.length,
|
|
|
pageSize: 1,
|
|
|
searchKey: this.searchKey,
|