注册下拉加载

master
xy 3 years ago
parent 773da61a34
commit e580051e0f

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

Loading…
Cancel
Save