Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
android
/
dayu
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b31ef2af
authored
Jun 21, 2024
by
han xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
按天用工单接单添加页面刷新
parent
6ad35244
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
orderCenter/src/main/java/com/dayu/order/presenter/receivingorder/ReceivingPresenter.java
orderCenter/src/main/java/com/dayu/order/presenter/receivingorder/ReceivingPresenter.java
View file @
b31ef2af
...
...
@@ -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
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment