666
This commit is contained in:
@ -60,7 +60,7 @@ export class ParterChannelSalesEditComponent implements OnInit {
|
||||
ui: {
|
||||
widget: 'autocomplete',
|
||||
placeholder:'请选择',
|
||||
asyncData: () => this.service.request(this.service.$api_fuzzyQuery).pipe(
|
||||
asyncData: (input:string) => this.service.request(this.service.$api_fuzzyQuery,{name:input}).pipe(
|
||||
map((res: any) => {
|
||||
console.log('111',res)
|
||||
return [];
|
||||
@ -81,7 +81,7 @@ export class ParterChannelSalesEditComponent implements OnInit {
|
||||
default: '0',
|
||||
},
|
||||
roleIds: {
|
||||
title: '角色',
|
||||
title: '',
|
||||
type: 'string',
|
||||
ui: {
|
||||
widget: 'select',
|
||||
@ -89,6 +89,7 @@ export class ParterChannelSalesEditComponent implements OnInit {
|
||||
mode: 'multiple',
|
||||
maxMultipleCount: 5,
|
||||
asyncData: () => {
|
||||
|
||||
return this.service.request(this.service.$api_getAppRoleList).pipe(
|
||||
map((res: any) => {
|
||||
return res
|
||||
|
||||
Reference in New Issue
Block a user