humingbo %!s(int64=2) %!d(string=hai) anos
pai
achega
ce7bb5b0e9
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      src/api/task/project.js

+ 8 - 0
src/api/task/project.js

@@ -51,3 +51,11 @@ export function getProjectTree() {
     method: 'get'
   })
 }
+
+// 查询项目列表
+export function getProjectList(categoryId) {
+  return request({
+    url: '/task/project/getProjectList/' + categoryId,
+    method: 'get'
+  })
+}