Commit ae11289e3dc01d9cdd12bdc406f74226616f7895
1 parent
219ef54b
fix: DEFECT-1335 修复任务中心开启/关闭任务,状态未更新
Showing
1 changed file
with
1 additions
and
3 deletions
@@ -12,9 +12,7 @@ | @@ -12,9 +12,7 @@ | ||
12 | import AuthDropDown from '/@/components/Widget/AuthDropDown.vue'; | 12 | import AuthDropDown from '/@/components/Widget/AuthDropDown.vue'; |
13 | import { useMessage } from '/@/hooks/web/useMessage'; | 13 | import { useMessage } from '/@/hooks/web/useMessage'; |
14 | import { cancelTask, deleteTask, updateState } from '/@/api/task'; | 14 | import { cancelTask, deleteTask, updateState } from '/@/api/task'; |
15 | - import { computed } from '@vue/reactivity'; | ||
16 | - import { unref } from 'vue'; | ||
17 | - import { ref } from 'vue'; | 15 | + import { ref, unref, computed } from 'vue'; |
18 | import { dateUtil } from '/@/utils/dateUtil'; | 16 | import { dateUtil } from '/@/utils/dateUtil'; |
19 | import { DEFAULT_DATE_FORMAT } from '/@/views/visual/board/detail/config/util'; | 17 | import { DEFAULT_DATE_FORMAT } from '/@/views/visual/board/detail/config/util'; |
20 | 18 |