mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-01 05:30:40 +00:00
test: 💍 Rax 出码的 demo2 的两个数据源之间有依赖关系, 故设置为 isSync=true
This commit is contained in:
parent
332a473cd2
commit
bd8714810a
@ -198,6 +198,7 @@ class Home$$Page extends Component {
|
||||
return {
|
||||
method: 'GET',
|
||||
uri: 'https://shs.alibaba-inc.com/mock/1458/demo/user',
|
||||
isSync: true,
|
||||
};
|
||||
},
|
||||
dataHandler: function (response) {
|
||||
@ -218,6 +219,7 @@ class Home$$Page extends Component {
|
||||
return {
|
||||
method: 'GET',
|
||||
uri: __$$context.state.user.ordersApiUri,
|
||||
isSync: true,
|
||||
};
|
||||
},
|
||||
dataHandler: function (response) {
|
||||
|
||||
@ -84,6 +84,7 @@
|
||||
options: {
|
||||
method: 'GET',
|
||||
uri: 'https://shs.alibaba-inc.com/mock/1458/demo/user',
|
||||
isSync: true,
|
||||
},
|
||||
dataHandler: {
|
||||
type: 'JSFunction',
|
||||
@ -100,6 +101,7 @@
|
||||
type: 'JSExpression',
|
||||
value: 'this.state.user.ordersApiUri',
|
||||
},
|
||||
isSync: true,
|
||||
},
|
||||
dataHandler: {
|
||||
type: 'JSFunction',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user