feat: 🎸 新增了两个接口

This commit is contained in:
2025-08-20 21:35:14 +08:00
parent f1a2a24939
commit d4b4bc82f3
3 changed files with 9 additions and 2 deletions

View File

@@ -19,8 +19,8 @@ export default ({ visible, onClose, data }) => {
};
// 点击立即投递
const handleClickDeliverBtn = () => {
console.log(data);
const handleClickDeliverBtn = (e) => {
e.stopPropagation();
setResumeModalShow(true);
};