wip
This commit is contained in:
parent
02701d852d
commit
cd79314f69
38 changed files with 240 additions and 317 deletions
|
|
@ -376,7 +376,7 @@ export default defineComponent({
|
|||
|
||||
chooseUser() {
|
||||
this.close();
|
||||
const vm = os.popup(MkUserSelect, {});
|
||||
const vm = os.modal(MkUserSelect, {});
|
||||
vm.$once('selected', user => {
|
||||
this.complete('user', user);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue