| | |
| | | </div> |
| | | </el-drawer> |
| | | </basic-container> |
| | | <div> |
| | | <top-todo ref="topTodoComponent" /> |
| | | </div> |
| | | </template> |
| | | |
| | | <script> |
| | | import { getList, approve, getAssignee,reassgin,manualDispatch,autoDispatch,getPrevius,batchApprove } from '@/api/flow/todolist'; |
| | | import { mapGetters } from 'vuex'; |
| | |
| | | import TodolistLeft from './components/TodolistLeft.vue'; |
| | | import TodolistRightTop from './components/TodolistRightTop.vue'; |
| | | import processTrace from './components/process-trace.vue'; |
| | | |
| | | //import top-todo from '../../page/index/LoadGood.vue'; |
| | | export default { |
| | | components: { |
| | | TodolistLeft, |