test #35
|
@ -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