|
|
|
|
@ -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)
|
|
|
|
|
|