This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
<div>
|
||||
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||
<v-card>
|
||||
<!-- {{ dataTablePagingOptions }} -->
|
||||
{{ headers }}
|
||||
{{ dataTablePagingOptions }}
|
||||
|
||||
<v-card-title>
|
||||
<v-select
|
||||
v-model="listViewId"
|
||||
@@ -462,7 +462,7 @@ export default {
|
||||
return;
|
||||
}
|
||||
|
||||
if (sortHasChanged) {
|
||||
if (sortHasChanged && !this.loading) {
|
||||
//update sort at server and then allow get data
|
||||
console.log("1 calling api method");
|
||||
//this would normally never fail and no return data is required here
|
||||
|
||||
Reference in New Issue
Block a user