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

View File

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