فهرست منبع

敏捷缺陷 862

XuZinan 3 سال پیش
والد
کامیت
e7033a6ede
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      pages/index/index.vue
  2. 1 1
      services/request.js

+ 1 - 1
pages/index/index.vue

@@ -244,7 +244,7 @@ export default {
               id: item.id,
               id: item.id,
               project_id: Number(item.project_id),
               project_id: Number(item.project_id),
               workload: Number(workload),
               workload: Number(workload),
-              day: item.time,
+              day: item.day,
             },
             },
           ],
           ],
         },
         },

+ 1 - 1
services/request.js

@@ -83,7 +83,7 @@ function request(url, option, data = {}, noLoading) {
           showError(response);
           showError(response);
         }
         }
       } else {
       } else {
-        if (code == 602 || code == 601 || code == 400) {
+        if (code == 602 || code == 601) {
           uni.showModal({
           uni.showModal({
             title: "提示",
             title: "提示",
             content: "登录已过期,请重新登录",
             content: "登录已过期,请重新登录",