|
|
@@ -9,6 +9,7 @@ import { apiRoadpricingDetail } from '@/services/product'
|
|
|
|
|
|
const Detail = props => {
|
|
|
const { dispatch, updateKey = 'cloud', refresh, visible, dataId = '', projectType } = props
|
|
|
+ console.log(projectType)
|
|
|
const shouldUpdate = refresh[updateKey] || false
|
|
|
const [state, setState] = useState({
|
|
|
loading: false,
|
|
|
@@ -44,10 +45,9 @@ const Detail = props => {
|
|
|
md={{ span: 24 }}
|
|
|
lg={{ span: 9 }}
|
|
|
xl={{ span: 9 }}
|
|
|
- className="sheet-box-left"
|
|
|
- >
|
|
|
+ className="sheet-box-left">
|
|
|
<div className="sheet-left-panel pr-4">
|
|
|
- <Form updateKey={updateKey} />
|
|
|
+ <Form cloudUser={state.cloudUser} updateKey={updateKey} />
|
|
|
</div>
|
|
|
</Col>
|
|
|
<Col
|
|
|
@@ -56,8 +56,7 @@ const Detail = props => {
|
|
|
lg={{ span: 15 }}
|
|
|
xl={{ span: 15 }}
|
|
|
flex={{ flexDirection: 'column' }}
|
|
|
- className="sheet-box-right"
|
|
|
- >
|
|
|
+ className="sheet-box-right">
|
|
|
<TabList />
|
|
|
<LowerList />
|
|
|
</Col>
|