Commit 4b26847f by huaying

Merge branch 'feature/act-code' into dev

parents e0052b4c bb425d77
......@@ -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