* [story#69800,0.5h] finish search form.

This commit is contained in:
qixinzhi
2024-12-10 10:48:33 +08:00
committed by 周鑫
parent 391604e90f
commit 260da3dbef
4 changed files with 20 additions and 8 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ class doc extends control
{
array_splice($_POST['andor'], $index + 1, 0, 'and');
array_splice($_POST['field'], $index + 1, 0, '');
array_splice($_POST['operator'], $index + 1, 0, 'include');
array_splice($_POST['operator'], $index + 1, 0, '');
array_splice($_POST['value'], $index + 1, 0, '');
}
elseif($action === 'remove')