This commit is contained in:
yumoqing 2025-07-29 15:57:36 +08:00
parent 234fb93823
commit 6d1d6f84ba
2 changed files with 6 additions and 5 deletions

View File

@ -7,10 +7,7 @@
"textField":"name",
"sortby":"name",
"editable":true,
"browserfields":{
"alters":{}
},
"edit_exclouded_fields":[],
"edit_exclouded_fields":["id", "fiid" ],
"parentField":"parentid",
"toolbar":{
"tools":[
@ -32,6 +29,10 @@
"title":"上传文件"
},
"options":{
"params":{
"id":"${id}",
"fiid":"${fiid}",
},
"url":"{{entire_url('/filemgr/upload_file.ui')}}"
}
}

View File

@ -10,7 +10,7 @@
{
"name":"fiid",
"uitype":"hide",
"value":"{{params_kw.fiid"
"value":"{{params_kw.fiid}}"
},
{
"name":"upfile",