提交 0151de8d authored 作者: 钟是志's avatar 钟是志

24829 首页/离校管理/离校通知单,2013010247 离校通知单数据没有显示打印

上级 4edaec0b
......@@ -9,10 +9,7 @@ const names = classNames.bind(require('./style.less'));
let width;
let sliNum = 0;
const GetEditor = () => {
const GgEditor = require('../ggEditor');
return GgEditor;
}
@connect()
export default class PortalFlowExamineModalImage extends React.Component {
......@@ -104,6 +101,16 @@ export default class PortalFlowExamineModalImage extends React.Component {
render() {
const { src, appid } = this.props;
const { visible, width, isImgLoading, canvasIMg, configValue, flowInfo } = this.state;
const GetEditor = () => {
if(flowInfo?.model?.id && isImgLoading){
const GgEditor = require('../ggEditor');
return GgEditor;
}else{
return null;
}
}
return (
<>
{configValue ? (
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论