提交 79925a7e 编写于 作者: hudan's avatar hudan

类型调整

上级 04f6c0a7
...@@ -192,7 +192,7 @@ export default class AppMobGroupSelect extends Vue { ...@@ -192,7 +192,7 @@ export default class AppMobGroupSelect extends Vue {
* @type {*} * @type {*}
* @memberof AppMobGroupSelect * @memberof AppMobGroupSelect
*/ */
public openView() { public async openView() {
const view: any = { const view: any = {
viewname: 'app-group-picker', viewname: 'app-group-picker',
title: (this.$t('components.AppMobGroupSelect.groupSelect') as string) title: (this.$t('components.AppMobGroupSelect.groupSelect') as string)
...@@ -219,7 +219,7 @@ export default class AppMobGroupSelect extends Vue { ...@@ -219,7 +219,7 @@ export default class AppMobGroupSelect extends Vue {
multiple: this.multiple, multiple: this.multiple,
selects: this.selects, selects: this.selects,
}); });
let container: Subject<any> = this.$appmodal.openModal(view, context, param); let container: Subject<any> = await this.$appmodal.openModal(view, context, param);
container.subscribe((result: any) => { container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) { if (!result || !Object.is(result.ret, 'OK')) {
return; return;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册