Issues #141: done.

This commit is contained in:
chiayin
2023-11-10 14:47:50 +08:00
parent 0e6bbd2e20
commit 4ee566d7ad
2 changed files with 2 additions and 2 deletions

View File

@@ -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.');
};
},
}

View File

@@ -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.');
};
},
/**