This commit is contained in:
Pengxiansen
2025-02-21 14:04:17 +08:00
parent 3e86caab15
commit 01ab826dcf
17 changed files with 107 additions and 75 deletions

View File

@@ -445,7 +445,7 @@ export default {
console.log(obj);
state.tableDataTotalLoading = true;
taskLeave(obj)
taskSign(obj)
.then((res) => {
console.log("签到结果", res, obj);
if (res.data.code === 200) {