注册下拉加载

master
xy 2 years ago
parent 773da61a34
commit e580051e0f

@ -194,6 +194,7 @@ export default {
api: '/api/mobile/quiz/get-departments',
data: this.form,
method: 'GET',
customLoading: true,
utilSuccess: function(res) {
let _arr = []
res.map(item=>{
@ -209,6 +210,9 @@ export default {
openPicker(){
uni.hideKeyboard()
this.partyShow = true
if (this.partyColumns.length === 0) {
this.getParty()
}
},
confirmParty(e){
console.log(e)

Loading…
Cancel
Save