tianyun 1 year ago
parent
commit
2974e14dd3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      simple-demo/send_memos.html

+ 1 - 0
simple-demo/elementDemo.html → simple-demo/send_memos.html

@@ -203,6 +203,7 @@
         watch: {
             tagChecked: function () {
                 localStorage.setItem('tags', JSON.stringify(this.tagChecked));
+                this.search();
             }
         },
         mounted() {