@@ -132,6 +132,9 @@ export default {
created() {
this.getList();
},
+ activated() {
+ this.getList();
+ },
methods: {
/** 查询列表 */
getList() {