Unverified Commit 82859078 authored by xiaoguaiguai's avatar xiaoguaiguai Committed by GitHub

Merge branch 'DataLinkDC:dev' into dev

parents 97634239 e5b9d235
......@@ -11,11 +11,15 @@ import {connect} from "umi";
import { Scrollbars } from 'react-custom-scrollbars';
const url = '/api/savepoints';
const StudioSavePoint: React.FC<{}> = (props: any) => {
const StudioSavePoint = (props: any) => {
const {current,toolHeight,dispatch} = props;
const [row, setRow] = useState<SavePointTableListItem>();
const actionRef = useRef<ActionType>();
if(current.key){
actionRef.current?.reloadAndRest?.();
}
const columns: ProColumns<SavePointTableListItem>[] = [
{
title: '名称',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment