提交 394f1165 编写于 作者: 张磊's avatar 张磊

Merge branch 'feature/zl' into 'release'

done

See merge request com.pica.cloud.education.frontend/pica-admin-consultation!153
...@@ -139,8 +139,9 @@ ...@@ -139,8 +139,9 @@
returnStatus: s ? s.returnStatus : 1, returnStatus: s ? s.returnStatus : 1,
}; };
this.searchParam = p; this.searchParam = p;
this.tabPosition = s ? s.returnStatus : 1; const r = s ? s.returnStatus : 1;
this.$store.commit('main/updateCurrentTabStatus', s); this.tabPosition = r;
this.$store.commit('main/updateCurrentTabStatus', r);
this.inquirySearch('clear'); this.inquirySearch('clear');
} }
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册