diff --git a/src/components/PlanPicker/index.vue b/src/components/PlanPicker/index.vue index bafb1df..c1d8aee 100644 --- a/src/components/PlanPicker/index.vue +++ b/src/components/PlanPicker/index.vue @@ -306,7 +306,7 @@ export default { this.$nextTick(_ => { this.plans.forEach(row => { if (row.flow_mod_id == this.myFlowModId) { - this.$refs['editorPlanTable']?.toggleRowSelection(row, true) + // this.$refs['editorPlanTable']?.toggleRowSelection(row, true) } }) }) diff --git a/src/views/away/index.vue b/src/views/away/index.vue index fabf234..ea0e568 100644 --- a/src/views/away/index.vue +++ b/src/views/away/index.vue @@ -26,6 +26,12 @@ +