裁决书送达成功提示

This commit is contained in:
Your Name
2023-11-13 22:45:41 +08:00
parent ddd3f2ace3
commit 5fb62f1709
@@ -123,6 +123,7 @@ export default {
})
.then((res) => {
if (res.code == 200) {
this.$modal.msgSuccess("提交成功");
this.$emit("updataList");
this.cancel();
}