This commit is contained in:
xielue 2023-07-21 16:24:06 +08:00
parent c4bc0b7c8e
commit 76d3568bf8
1 changed files with 2 additions and 5 deletions

View File

@ -630,17 +630,14 @@ export default {
},
useBigInt: true,
}).then(a => {
console.log(a)
if (a.code == 200) {
this.$mk.sccuess("报工成功");
this.$mk.success("报工成功");
} else {
this.$mk.error(a.msg || a.message);
}
}).catch((a) => {
this.loading = false
this.$mk.error(a.data.msg);
});
},