From 88a95a8bfbba6bbda449d43e0e26a709c0d1f494 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Sat, 22 Aug 2020 00:01:51 +0200 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E6=90=9C=E7=B4=A2=E9=80=89?= =?UTF-8?q?=E9=A1=B9=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Setting.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/Setting.vue b/src/components/Setting.vue index 83b96a0..9f7ec60 100644 --- a/src/components/Setting.vue +++ b/src/components/Setting.vue @@ -47,7 +47,7 @@
@@ -200,6 +200,12 @@ export default { this.show.site = false }) }, + updateSearchOption (e) { + this.d.searchAllSites = this.setting.searchAllSites + setting.update(this.d).then(res => { + this.setting = this.d + }) + }, expSites () { const arr = [...this.sitesList] const str = JSON.stringify(arr)