Ver código fonte

修复条码设置表达式时再次打开文件无法显示表达式内容的BUG

master
youseries 6 anos atrás
pai
commit
5fcd7ad43e
  1. 2
      ureport2-console/src/main/resources/ureport-asserts/js/designer.bundle.js
  2. 2
      ureport2-js/src/panel/property/ZxingValueEditor.js

2
ureport2-console/src/main/resources/ureport-asserts/js/designer.bundle.js

File diff suppressed because one or more lines are too long

2
ureport2-js/src/panel/property/ZxingValueEditor.js

@ -227,7 +227,7 @@ export default class ZxingValueEditor extends BaseValueEditor{
}else{
this.expressionEditorGroup.show();
this.textEditorGroup.hide();
this.codeMirror.setValue(cellDef.value.value || '');
this.codeMirror.setValue(cellDef.value.expression.expr || '');
this.expandGroup.show();
}
if(cellDef.value.category==='qrcode'){

Carregando…
Cancelar
Salvar