dever 3 years ago
parent
commit
a5082165ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/shop/database/buy_order.php

+ 1 - 1
app/shop/database/buy_order.php

@@ -630,7 +630,7 @@ if ($search_option_source_type) {
             $struct['source_type']['search'] = 'hidden';
             $struct['type_id']['name'] = '仓库名称';
             $struct['type_id']['search'] = 'select';
-            $struct['type_id']['option'] = $store_list;
+            $struct['type_id']['option'] = $store;
         }
     }
 }