qifengquan 1 yıl önce
ebeveyn
işleme
271dffcdc1

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

@@ -29,7 +29,7 @@ class Index extends Backend
         $this->model = new \app\common\model\Document;
         $this->view->assign("statusList", $this->model->getStatusList());
         // 必须将结果集转换为数组
-        $ruleList = collection($this->model->order('weigh', 'desc')->select())->toArray();
+        $ruleList = collection($this->model->order('weigh', 'desc')->field('id,pid,title,ismenu,name,weigh,status,belong')->select())->toArray();
         foreach ($ruleList as $k => &$v) {
             $v['title'] = __($v['title']);
 //            $v['remark'] = __($v['remark']);