Commit b31ef2af by han xu

按天用工单接单添加页面刷新

parent 6ad35244
......@@ -17,6 +17,7 @@ import com.dayu.order.ui.activity.OrderDetailsActivity;
import com.dayu.order.ui.activity.OrderDetailsClockActivity;
import com.dayu.provider.event.RefreshApoiment;
import com.dayu.provider.event.RefreshReceivingNum;
import com.dayu.provider.event.RefreshServe;
import com.dayu.provider.event.RefreshTab;
import com.dayu.provider.event.SwtichOrderFragment;
import com.dayu.utils.UserManager;
......@@ -149,6 +150,7 @@ public class ReceivingPresenter extends ReceivingContract.Presenter {
//按天用工单马上接单,跳转到待服务列表,不提示【马上预约】弹窗
EventBus.getDefault().post(new SwtichOrderFragment(2));
EventBus.getDefault().post(new RefreshTab(2));
EventBus.getDefault().post(new RefreshServe(2));
}else {
EventBus.getDefault().post(new SwtichOrderFragment(1));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment