Commit be179f87743ae93f3ec8ca9e9f63557c9f406713
Merge branch 'fix/DEFECT-1335' into 'main_dev'
fix: DEFECT-1335 修复任务中心开启/关闭任务,状态未更新 See merge request yunteng/thingskit-front!642
Showing
1 changed file
with
1 additions
and
3 deletions
... | ... | @@ -12,9 +12,7 @@ |
12 | 12 | import AuthDropDown from '/@/components/Widget/AuthDropDown.vue'; |
13 | 13 | import { useMessage } from '/@/hooks/web/useMessage'; |
14 | 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 | 16 | import { dateUtil } from '/@/utils/dateUtil'; |
19 | 17 | import { DEFAULT_DATE_FORMAT } from '/@/views/visual/board/detail/config/util'; |
20 | 18 | ... | ... |