初代测试版本
This commit is contained in:
@@ -239,11 +239,10 @@ export default defineComponent({
|
||||
store
|
||||
}
|
||||
},
|
||||
mounted(){
|
||||
async mounted(){
|
||||
this.uploadUrl = getUploadUrl()
|
||||
this.getLibraryList()
|
||||
this.getSex()
|
||||
this.getPosition()
|
||||
},
|
||||
methods:{
|
||||
|
||||
@@ -260,6 +259,7 @@ export default defineComponent({
|
||||
});
|
||||
this.sex = arr[0].value
|
||||
this.sexList = arr
|
||||
this.getPosition()
|
||||
}
|
||||
})
|
||||
},
|
||||
@@ -303,8 +303,9 @@ export default defineComponent({
|
||||
}
|
||||
},
|
||||
|
||||
sexChange(){
|
||||
this.getPosition()
|
||||
async sexChange(){
|
||||
await this.getPosition()
|
||||
this.getLibraryList()
|
||||
},
|
||||
handleChange(){
|
||||
this.getLibraryList()
|
||||
|
||||
Reference in New Issue
Block a user