调用初始化接口
This commit is contained in:
@@ -96,7 +96,9 @@ export default {
|
||||
pageSize: 10, //条数
|
||||
};
|
||||
},
|
||||
created() {},
|
||||
created() {
|
||||
this.getData();
|
||||
},
|
||||
methods: {
|
||||
// 查询接口
|
||||
getData() {
|
||||
|
@@ -102,7 +102,7 @@
|
||||
v-model="resource.goldPrice"
|
||||
style="width: 75%"
|
||||
class="input"
|
||||
:placeholder="先选择许愿礼物"
|
||||
placeholder="先选择许愿礼物"
|
||||
disabled
|
||||
></el-input>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user