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