tianyun 1 年之前
父节点
当前提交
80e049ba6a
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      simple-demo/send_memos.html

+ 3 - 0
simple-demo/send_memos.html

@@ -204,6 +204,9 @@
             tagChecked: function () {
             tagChecked: function () {
                 localStorage.setItem('tags', JSON.stringify(this.tagChecked));
                 localStorage.setItem('tags', JSON.stringify(this.tagChecked));
                 this.search();
                 this.search();
+            },
+            page: function () {
+                this.search();
             }
             }
         },
         },
         mounted() {
         mounted() {