mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 11:58:10 +08:00
parent
24cce037ea
commit
aa7499eba4
@ -349,7 +349,8 @@ export const FormItemStore = StoreNode.named('FormItemStore')
|
||||
|
||||
const json: Payload = yield getEnv(self).fetcher(
|
||||
self.validateApi,
|
||||
data,
|
||||
/** 如果配置validateApi,需要将用户最新输入同步到数据域内 */
|
||||
createObject(data, {[self.name]: self.tmpValue}),
|
||||
{
|
||||
cancelExecutor: (executor: Function) =>
|
||||
(validateCancel = executor)
|
||||
|
Loading…
Reference in New Issue
Block a user