@override void dispatchLangState(Locale locale) { super.dispatchLangState(locale); model.refreshController?.isAutoTriggerLoad = true; model.modelListener?.onRequestData(context, RequestWay.refresh); }