Parcourir la source

更新

tags/AL.0.8.0_20240113_base
yuan il y a 1 an
Parent
révision
1a467fe67a
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      src/pages/contact/index.vue

+ 2
- 2
src/pages/contact/index.vue Voir le fichier

@@ -64,8 +64,8 @@ function init() {
if ((from.url === "/pages/contact-new/index" && to.url === "/pages/contact/index") if ((from.url === "/pages/contact-new/index" && to.url === "/pages/contact/index")
|| (from.url === "/pages/contact-edit/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)
} }
}) })
} }


Chargement…
Annuler
Enregistrer