시그니처 캔 리스트 - 정렬 추가
This commit is contained in:
parent
e7063b432d
commit
1ed31395e9
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue