qinhouyu 1 년 전
부모
커밋
7129715446
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/vBottomMenu.vue

+ 1 - 1
src/components/vBottomMenu.vue

@@ -1542,7 +1542,7 @@ export default {
     },
     selectTaskList: async function () {
       //获取任务列表
-      selectTaskBO({depts:[{deptId:Cookies.get("deptId")}]}).then(res => {
+      selectTaskBO_direct({depts:[{deptId:Cookies.get("deptId")}]}).then(res => {
         this.taskList = res.data
         this.taskCount = res.data.length
       })