提交 54889787 authored 作者: lgd's avatar lgd

1.刷新坩埚列表

2.//todo  回款管理的客户接口
上级 b3e6590f
......@@ -12,6 +12,7 @@ import com.wd.workoffice.app.BaseBean;
import com.wd.workoffice.app.WorkBaseFg;
import com.wd.workoffice.bean.OrderBean;
import com.wd.workoffice.bean.event.CheckOrderEvent;
import com.wd.workoffice.bean.event.RefreshCoEvent;
import com.wd.workoffice.retrofit.RtfUtils;
import com.wd.workoffice.retrofit.WorkObserver;
import com.wd.workoffice.ui.activity.bat.order.CrucibleOrderDetailActivity;
......@@ -175,4 +176,10 @@ public class CrucibleOrderBuyListFragment extends WorkBaseFg {
param.put("current", page);
getData();
}
@Subscribe
public void refresh(RefreshCoEvent event) {
page = 1;
param.put("current", page);
getData();
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论