시그니처 캔 리스트 - 정렬 추가

This commit is contained in:
Yu Sung 2024-05-30 13:31:37 +09:00
parent e7063b432d
commit 1ed31395e9
1 changed files with 4 additions and 0 deletions

View File

@ -542,6 +542,10 @@ export default {
this.selected_signature_can = {} this.selected_signature_can = {}
}, },
async changeSortType() {
await this.getSignatureList();
},
async getSignatureList() { async getSignatureList() {
this.isLoading = true this.isLoading = true