/* * @Description: 新建或编辑任务 * @Author: tangjiang * @Date: 2019-11-15 16:38:34 * @Last Modified by: tangjiang * @Last Modified time: 2019-11-19 09:10:45 */ import './index.scss'; import React, { Component } from 'react'; import { connect } from 'react-redux'; import SplitPane from 'react-split-pane';// import { Form } from 'antd'; import { Button, Icon } from 'antd'; import { Link } from 'react-router-dom'; import LeftPane from './leftpane'; import RightPane from './rightpane'; class NewOrEditTask extends Component { render() { return (