裁决书送达成功提示 #103

Merged
hhlxayunmei merged 2 commits from hhl into dev 2023-11-13 14:46:26 +00:00
@@ -123,6 +123,7 @@ export default {
}) })
.then((res) => { .then((res) => {
if (res.code == 200) { if (res.code == 200) {
this.$modal.msgSuccess("提交成功");
this.$emit("updataList"); this.$emit("updataList");
this.cancel(); this.cancel();
} }