Conformance: feature task clear but after apply need to trued.
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user