mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
Merge commit '4141cc518ddf25d4bf923717f7c90df4d6a818b8' into def_releases_202203291003099_ali-lowcode_ali-lowcode-engine/1.0.80
This commit is contained in:
commit
a88abbd745
@ -413,7 +413,7 @@ export function parseData(schema: any, self: any): any {
|
||||
return schema;
|
||||
}
|
||||
|
||||
/* 全匹配{{开头,}}结尾的变量表达式,或者对象类型JSExpression,支持省略this */
|
||||
/* 全匹配{{开头,}}结尾的变量表达式,或者对象类型JSExpression/JSFunction,支持省略this */
|
||||
export function parseExpression(str: any, self: any) {
|
||||
try {
|
||||
const contextArr = ['"use strict";', 'var __self = arguments[0];'];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user