Commit 1b878635 authored by Sergey Antonovich's avatar Sergey Antonovich 🇯🇵

Update multi-registry-chooser.md

parent 3a3f5d3d
Pipeline #99 failed with stages
......@@ -17,6 +17,20 @@
```javascript
model.registryCode = 'Код реестра';
model.multiple = true; // true - вкл. | false - откл. мультивыбор
/**
* Указать значения
*/
model.setAsfData({
key:docId
});
// Или
model.setAsfData({
key:docId
keys:[docIds]
});
```
## Примечание
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment