This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_mobile
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
承包合同修改
rongxin_prod
QI_YUJIE
1 year ago
parent
6b8461c204
commit
304640eda6
1 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-1
src/views/sunVillage_info/list_cbht.vue
+ 7
- 1
src/views/sunVillage_info/list_cbht.vue
View File
@@ -305,7 +305,13 @@
this.$toast({
icon: 'success',
message: '归档完成',
duration: "1000"
duration: "1000",
onClose: () => {
this.queryParams.pageNum = 1;
this.finished = false;
this.applicationList = [];
this.getList();
}
});
}
});
Write
Preview
Loading…
Cancel
Save