|
@@ -49,7 +49,7 @@ return array
|
|
|
'default' => Dever::input('search_option_mid'),
|
|
|
'desc' => '代理商',
|
|
|
'match' => 'is_string',
|
|
|
- 'update' => 'text',
|
|
|
+ 'update' => 'hidden',
|
|
|
'searchs' => array
|
|
|
(
|
|
|
'api' => 'agent/member-select',
|
|
@@ -67,7 +67,7 @@ return array
|
|
|
'default' => Dever::input('search_option_info_id'),
|
|
|
'desc' => '代理商',
|
|
|
'match' => 'is_string',
|
|
|
- 'update' => 'text',
|
|
|
+ 'update' => 'hidden',
|
|
|
'searchs' => array
|
|
|
(
|
|
|
'api' => 'agent/member-select',
|