优化命名

This commit is contained in:
smallchill 2019-01-24 17:29:14 +08:00
parent 47dd260ef0
commit 6d48926696
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;