소스 검색

更新

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)
}
})
}


불러오는 중...
취소
저장