⚡ 优化命名
This commit is contained in:
parent
47dd260ef0
commit
6d48926696
|
|
@ -12,7 +12,7 @@ const FormItem = Form.Item;
|
|||
submitting: loading.effects['code/submit'],
|
||||
}))
|
||||
@Form.create()
|
||||
class ParamAdd extends PureComponent {
|
||||
class CodeEdit extends PureComponent {
|
||||
componentWillMount() {
|
||||
const {
|
||||
dispatch,
|
||||
|
|
@ -168,4 +168,4 @@ class ParamAdd extends PureComponent {
|
|||
}
|
||||
}
|
||||
|
||||
export default ParamAdd;
|
||||
export default CodeEdit;
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ const FormItem = Form.Item;
|
|||
code,
|
||||
}))
|
||||
@Form.create()
|
||||
class ParamView extends PureComponent {
|
||||
class CodeView extends PureComponent {
|
||||
componentWillMount() {
|
||||
const {
|
||||
dispatch,
|
||||
|
|
@ -89,4 +89,4 @@ class ParamView extends PureComponent {
|
|||
);
|
||||
}
|
||||
}
|
||||
export default ParamView;
|
||||
export default CodeView;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user