完成排序bug

This commit is contained in:
B05BEE13.卢郴群 2020-09-02 10:31:35 +08:00
parent 040bc47219
commit f667b0f290
1 changed files with 1 additions and 0 deletions

View File

@ -363,6 +363,7 @@ app.controller('noteCtr', ['$scope', '$state', '$stateParams', '$filter', '$wind
$timeout(() => {
$scope.loading = false;
tags.sort((a, b) => a.sort - b.sort);
$scope.tags = tags;
getNotes();
})