修复数据加载问题

This commit is contained in:
liaozetao
2023-10-10 19:29:21 +08:00
parent 8abd4fb0c1
commit a7d2d0d592

View File

@@ -149,10 +149,12 @@ import { savePoolItem } from '@/api/treasure/poolItem';
export default {
name: "SeizeTreasurePoolItemView",
setup() {
return {};
},
created() {
this.$nextTick(function () {
this.initTable();
});
return {};
},
mounted() {
this.optEdit();