Conformance: feature task clear but after apply need to trued.

This commit is contained in:
chiayin
2023-08-04 16:57:54 +08:00
parent 34aa0f28c2
commit 19da6195ec
9 changed files with 153 additions and 59 deletions

View File

@@ -34,6 +34,9 @@ export default defineStore('conformanceStore', {
infinite404: null,
}),
getters: {
conformanceAllTasks: state => {
return state.allConformanceTask;
},
conformanceTask: state => {
return state.allConformanceTask.map(i => i.label);
},