Commit 7203fc48 by LJM

解决bug

parent cf712f1b
Showing with 2 additions and 1 deletions
......@@ -264,7 +264,6 @@
onShow() {
if (this.noexebshowFalg) {
this.resetChange();
this.getData();
this.getTallyContainerDefault();
}
},
......@@ -529,6 +528,8 @@
this.searchParams.container_id = filter_arr[0].id;
this.formParams.container_id = filter_arr[0].id;
}
this.getData();
} else {
uni.showToast({
title: res.msg,
......
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