Merge branch 'hhl' of SH-Arbitrate/Arbitrate-Frontend into dev

This commit was merged in pull request #103.
This commit is contained in:
2023-11-13 22:46:26 +08:00
committed by Gitea
@@ -123,6 +123,7 @@ export default {
})
.then((res) => {
if (res.code == 200) {
this.$modal.msgSuccess("提交成功");
this.$emit("updataList");
this.cancel();
}