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