修复数据加载问题
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user