qifengquan hai 1 ano
pai
achega
5b07bb34dc
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      application/admin/controller/document/Index.php

+ 2 - 1
application/admin/controller/document/Index.php

@@ -52,7 +52,8 @@ class Index extends Backend
             3 => '海柿购',
             4 => '柿知识'
         ];
-        $categorydata = [0,1,2,3,4];
+        $categorydata = [0 => ['belong' => '0,1,2,3,4', 'title' => __('None')]];
+
         foreach ($this->rulelist as $k => $v) {
             $categorydata[$v['id']] = $v;
         }