fix -- 修复新增表单后,列表不更新问题

This commit is contained in:
konbai
2022-06-15 00:36:51 +08:00
parent 5f7fe39c1e
commit 52b24d8a36

View File

@@ -176,7 +176,7 @@ export default {
} }
}; };
}, },
created() { activated() {
this.getList(); this.getList();
}, },
methods: { methods: {