feat: Conformance Save switchNavItem done.

This commit is contained in:
chiayin
2023-11-30 12:19:46 +08:00
parent 95c429ef00
commit c26a1dfee7
4 changed files with 48 additions and 21 deletions

View File

@@ -70,7 +70,8 @@ export default {
break;
}
await this.conformanceStore.getConformanceParams();
this.isLoading = false;
// 給 rule 檔取得 ShowBar 一些時間
setTimeout(() => this.isLoading = false, 500);
},
mounted() {
this.selectedRuleType = 'Have activity';