mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-14 15:11:24 +00:00
@@ -710,7 +710,7 @@ Notebook.changeNotebook = function(notebookId, callback, needRendNoteId) {
|
||||
|
||||
var url = "/note/listNotes/";
|
||||
var param = { notebookId: notebookId };
|
||||
|
||||
var cacheNotes = null;
|
||||
// 废纸篓
|
||||
if (Notebook.isTrashNotebookId(notebookId)) {
|
||||
url = "/note/listTrashNotes";
|
||||
|
Reference in New Issue
Block a user