Commit bb425d77 by huaying

fix: 活码列表刷新调整

parent 3db9d2ad
......@@ -359,6 +359,9 @@ export default {
},
created() {
this.searchGroup();
if (!this.$route.meta.keepAlive) {
this.getTableList();
}
},
activated() {
if (this.$route.meta.refresh) {
......
......@@ -231,6 +231,7 @@ export default {
delete paras.inFields.clerkSelect;
}
console.log(this.api, 'api');
await this.api(paras).then(res => {
if (res.data.code == 0) {
this.tableData = res.data.result.data || [];
......
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 to comment