Browse Source

修改故障报价

dongxiaoqin 1 năm trước cách đây
mục cha
commit
9a8b04c838
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/adminapi/lists/fault_code/FaultCodeLists.php

+ 1 - 0
app/adminapi/lists/fault_code/FaultCodeLists.php

@@ -46,6 +46,7 @@ class FaultCodeLists extends BaseAdminDataLists implements ListsSearchInterface
 
     public function queryWhere()
     {
+        $where = [];
         if (isset($this->params['type_id']) && $this->params['type_id'] !== '') {
             $pid = FaultType::where('id', $this->params['type_id'])->value('pid');
             if ($pid == 0) {