mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-04-20 04:18:05 +00:00
test: 💍 修正 Rax 出码的 demo1 测试用例
This commit is contained in:
parent
bb48fe1bd1
commit
b17c9dde66
@ -75,7 +75,9 @@ class Home$$Page extends Component {
|
||||
}
|
||||
|
||||
_defineDataSourceList() {
|
||||
return [];
|
||||
return function () {
|
||||
return [];
|
||||
}.call(this._context);
|
||||
}
|
||||
|
||||
_defineUtils() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user