qinhouyu 1 anno fa
parent
commit
7129715446
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
       })