修复BUG: 修复demo缺少文件问题

This commit is contained in:
猿小天
2024-05-09 10:20:41 +08:00
parent a6e20d88da
commit a03b14a32d
2 changed files with 5 additions and 3 deletions

View File

@@ -111,7 +111,9 @@ export const createCrudOptions = function ({
username: {
title: '测试自定义组件',
dict:dict({
url:'/api/system/role/',
url({form}){
return '/api/system/role/'
},
label:'name',
value:'id'
}),