模具 总发送成功
This commit is contained in:
parent
38ca4830e4
commit
8fb12e6448
|
|
@ -319,6 +319,8 @@ export default {
|
|||
useBigInt: true
|
||||
}).then(a => {
|
||||
if (a.code == 200) {
|
||||
this.$mk.error(a.msg);
|
||||
} else {
|
||||
this.$mk.success(a.msg || "发送成功");
|
||||
}
|
||||
});
|
||||
|
|
|
|||
|
|
@ -162,9 +162,8 @@ export default {
|
|||
data: sendData,
|
||||
useBigInt: true
|
||||
}).then(a => {
|
||||
if (a.code == 200) {
|
||||
this.$mk.success(a.msg || "发送成功");
|
||||
}
|
||||
console.log(a)
|
||||
this.$mk.success("发送成功");
|
||||
});
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue