fetch(); } public function lst() { $where = Util::getMore( [ ['limit',10], ['page',1], ['key',''], ],$this->request); $where['store_id'] = $this->adminInfo['store_id']; return Json::successlayui(SystemStoreMember::lst($where)); } }