Issues #141: done.
This commit is contained in:
@@ -112,7 +112,7 @@ export default {
|
||||
this.isLoading = true;
|
||||
await new Promise(resolve => setTimeout(resolve, 1000));
|
||||
this.isLoading = false;
|
||||
this.$toast.warning('No Data.');
|
||||
this.$toast.warning('No result.');
|
||||
};
|
||||
},
|
||||
}
|
||||
|
||||
@@ -666,7 +666,7 @@ export default {
|
||||
// this.isLoading = true;
|
||||
await new Promise(resolve => setTimeout(resolve, 1000));
|
||||
this.isLoading = false;
|
||||
this.$toast.warning('No Data.');
|
||||
this.$toast.warning('No result.');
|
||||
};
|
||||
},
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user