|
@@ -209,9 +209,9 @@ class Operation extends Component {
|
|
|
const {diagShowTmp} = this.props
|
|
|
let tmpFst = pinyin.getCamelChars(this.state.title);
|
|
|
// console.log(tmpFst.substr(0,1).toUpperCase())
|
|
|
- this.setState({fstName:tmpFst.substr(0,1).toUpperCase()})
|
|
|
+ this.setState({fstName:tmpFst.toUpperCase()})
|
|
|
// this.$inp.current.vaule = tmpFst
|
|
|
- document.getElementById ('FstInp').value=tmpFst.substr(0,1).toUpperCase()
|
|
|
+ document.getElementById ('FstInp').value=tmpFst.toUpperCase()
|
|
|
|
|
|
}
|
|
|
closeSaveModule() {
|