Commit ac2b57cbe2c3aa0cc2796b6f7cfaddfbba37c712
1 parent
2460b90e
1.修复报错
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/Common/commonFunc.js
| ... | ... | @@ -568,7 +568,7 @@ export function showLocalMessage(props, sName, sChineseName) { |
| 568 | 568 | let sTitle = ''; |
| 569 | 569 | if(commonUtils.isNotEmptyObject(props) && commonUtils.isNotEmptyObject(props.app) && commonUtils.isNotEmptyArr(props.app.commonConst)) { |
| 570 | 570 | const gdsformconst = props.app.commonConst; |
| 571 | - sTitle = this.showMessage(gdsformconst, sName) | |
| 571 | + sTitle = showMessage(gdsformconst, sName) | |
| 572 | 572 | } else { |
| 573 | 573 | sTitle = sChineseName; |
| 574 | 574 | } | ... | ... |