import { Button } from "@/components/bs-ui/button"; import { DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle } from "@/components/bs-ui/dialog"; import ChatReportForm from "@/pages/ChatAppPage/components/ChatReportForm"; import { useRef } from "react"; export default function RunForm({ show, flow, onChangeShow, onSubmit }) { const formRef = useRef(null); const handleSubmit = () => { formRef.current.submit() } return 测试运行 请输入上游依赖参数 { show && } };