This commit is contained in:
aixianling
2022-03-17 18:50:08 +08:00
parent 1fa526786d
commit 35859df32e

View File

@@ -126,6 +126,7 @@ export default {
return this.$u.toast('网格长网格员不能选择相同人员') return this.$u.toast('网格长网格员不能选择相同人员')
} }
this.form[type + "Ticket"] = res.selectedTicket this.form[type + "Ticket"] = res.selectedTicket
console.log(this.form)
}).catch(() => { }).catch(() => {
uni.hideLoading() uni.hideLoading()
}) })