test #35

Merged
klaus merged 3 commits from test into main 2024-06-03 22:24:24 +00:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 1ed31395e9 - Show all commits

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