调整广告位录入时可以同时筛选多个广告位置

This commit is contained in:
cloud 2020-06-26 02:46:44 +08:00
parent 34e4e136c8
commit aafced32ac
1 changed files with 0 additions and 1 deletions

View File

@ -730,7 +730,6 @@ class table_theme {
$para = $tsql->table('para')->where(['p_type' => 3])->all(); $para = $tsql->table('para')->where(['p_type' => 3])->all();
$this->search['left'][] = self::para_select($para,['e_bno','门口方位']); $this->search['left'][] = self::para_select($para,['e_bno','门口方位']);
//位置 //位置
//位置
$this->select2 = [ $this->select2 = [
'_fiend' => ['e_aps','位置'], '_fiend' => ['e_aps','位置'],
'placeholder' => '可选择多个位置', 'placeholder' => '可选择多个位置',