Browse Source

fix: 修改移动端项目参数

qiny 10 tháng trước cách đây
mục cha
commit
127ca3cb41
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      client_h5/src/pages/myLogs/http.ts

+ 1 - 1
client_h5/src/pages/myLogs/http.ts

@@ -32,7 +32,7 @@ export const http = {
     const params = {
       pageSize: -1,
       userId: userInfo.id ?? "",
-      xmzList: [1, 4] + "",
+      xmztList: [1, 4] + "",
     };
     // 同 不太优雅的方式 (仅可对进行中和已验收的项目进行填报)
     // const url = `${api.project}?xmztList%5B0%5D=1&%5B1%5D=4`;