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
       })