row->id); Serviceapplys::where('id',$this->row->id)->update(['status'=>3]); return $this->response()->success('撤销成功')->refresh(); } }