[issues/788]判断有设置数值才去加载

pull/824/head^2
zhangdaiscott 2023-10-29 17:04:33 +08:00
parent 1cc2d16bfd
commit ff3634ffd8
1 changed files with 2 additions and 0 deletions

View File

@ -191,6 +191,7 @@ export const formSchema: FormSchema[] = [
api: getAllRolesListNoByTenant,
labelField: 'roleName',
valueField: 'id',
immediate: false,
},
},
{
@ -228,6 +229,7 @@ export const formSchema: FormSchema[] = [
numberToString: true,
labelField: 'name',
valueField: 'id',
immediate: false,
},
},
{