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