我正在尝试构建一个脚本,该脚本可以递归获取通讯组的成员列表,然后以可操作的方式输出数据。
下面的代码到目前为止效果很好,但是仅在屏幕上输出包含两列(名称,收件人类型)的收件人的最终列表。我尝试了几种方法来将结果输出到变量或数组以对其进行操作,但是它们都没有起作用。
采用class CustomerModel(customer: Customer? = null) : ItemViewModel<Customer>(customer)
变量并将其添加到另一个变量或数组的最佳方法是什么?
find<CustomerWizard>(Scope(CustomerModel(myCustomer)).openModal()