提交 bdc73ab1 编写于 作者: Shine-zwj's avatar Shine-zwj

update:更新

上级 4521ba12
...@@ -157,7 +157,7 @@ export default class AppPresetText extends Vue { ...@@ -157,7 +157,7 @@ export default class AppPresetText extends Vue {
get content(): string { get content(): string {
const layoutModel = this.layoutModelDetails[this.name]; const layoutModel = this.layoutModelDetails[this.name];
let content = this.value; let content = this.value;
if (layoutModel.predefinedType !== 'FIELD_TEXT_DYNAMIC') { if (layoutModel.predefinedType && layoutModel.predefinedType !== 'FIELD_TEXT_DYNAMIC') {
if (this.contentType == 'RAW') { if (this.contentType == 'RAW') {
content = layoutModel.rawContent; content = layoutModel.rawContent;
} else if (this.contentType == 'HTML') { } else if (this.contentType == 'HTML') {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册