This commit is contained in:
parent
c4bc0b7c8e
commit
76d3568bf8
|
|
@ -630,17 +630,14 @@ export default {
|
||||||
},
|
},
|
||||||
useBigInt: true,
|
useBigInt: true,
|
||||||
}).then(a => {
|
}).then(a => {
|
||||||
|
console.log(a)
|
||||||
if (a.code == 200) {
|
if (a.code == 200) {
|
||||||
this.$mk.sccuess("报工成功");
|
this.$mk.success("报工成功");
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
this.$mk.error(a.msg || a.message);
|
this.$mk.error(a.msg || a.message);
|
||||||
}
|
}
|
||||||
|
|
||||||
}).catch((a) => {
|
|
||||||
this.loading = false
|
|
||||||
this.$mk.error(a.data.msg);
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue