pages/dispatch/issue.vue
@@ -90,14 +90,18 @@ }, recipientConfirm(e) { if (e.length > 1) { this.form.recipient = e[1].value this.form.recipientText = e[1].label } else { if (e.length == 1) { this.form.recipient = e[0].value this.form.recipientText = e[0].label } else if (e.length == 2) { this.form.recipient = e[1].value this.form.recipientText = e[1].label } else if (e.length == 3) { this.form.recipient = e[2].value this.form.recipientText = e[2].label } }, initiateClick() { this.$refs.uForm.validate(valid => {