sonar qube; getCookie refactored

This commit is contained in:
Cindy Chang
2024-07-16 15:18:31 +08:00
parent fd5b65a3b6
commit 6a689e419c
3 changed files with 10 additions and 17 deletions

View File

@@ -426,7 +426,6 @@ export default {
this.isLoading = true;
this.infiniteFinish = false;
this.infiniteStart += ONCE_RENDER_NUM_OF_DATA;
// await this.acctMgmtStore.getAccountDetail();
this.infiniteAcctDataVue2 = await [...this.infiniteAcctDataVue2, ...this.allUserAccoutList.slice(
this.infiniteStart, this.infiniteStart + ONCE_RENDER_NUM_OF_DATA)];
this.isInfiniteFinish = true;
@@ -452,9 +451,6 @@ export default {
},
created() {
},
mounted() {
this.isLoading = false; //TODO:
},
};
</script>
<style>