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

This commit was merged in pull request #48.
This commit is contained in:
2024-02-22 10:07:52 +08:00
committed by Gitea
@@ -100,6 +100,8 @@ export default {
message: "确认成功",
type: "success",
});
this.cancel();
this.$emit("getList", this.queryParams);
})
console.log('申请人');
} else {
@@ -109,11 +111,11 @@ export default {
message: "确认成功",
type: "success",
});
this.cancel();
this.$emit("getList", this.queryParams);
})
console.log('被申请人');
}
this.cancel();
this.$emit("getList", this.queryParams);
}
})
},