瀏覽代碼

更新

tags/AL.0.8.0_20240113_base
yuan 1 年之前
父節點
當前提交
1a467fe67a
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      src/pages/contact/index.vue

+ 2
- 2
src/pages/contact/index.vue 查看文件

@@ -64,8 +64,8 @@ function init() {
if ((from.url === "/pages/contact-new/index" && to.url === "/pages/contact/index")
|| (from.url === "/pages/contact-edit/index" && to.url === "/pages/contact/index")
) {
state.searchQuery = ""
generateContactGroupList(contacts.allContacts)
let contactList = contacts.searchContacts(state.searchQuery)
generateContactGroupList(contactList)
}
})
}


Loading…
取消
儲存