调用初始化接口

This commit is contained in:
Dragon
2024-02-27 14:23:42 +08:00
parent f78e1c10b7
commit e850d11175
2 changed files with 4 additions and 2 deletions

View File

@@ -96,7 +96,9 @@ export default {
pageSize: 10, //条数 pageSize: 10, //条数
}; };
}, },
created() {}, created() {
this.getData();
},
methods: { methods: {
// 查询接口 // 查询接口
getData() { getData() {

View File

@@ -102,7 +102,7 @@
v-model="resource.goldPrice" v-model="resource.goldPrice"
style="width: 75%" style="width: 75%"
class="input" class="input"
:placeholder="先选择许愿礼物" placeholder="先选择许愿礼物"
disabled disabled
></el-input> ></el-input>
</div> </div>