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