智慧保安互联网APP
shuishen
2021-08-13 eaa83986e35d478bdfef55b49941fc6b4b86d95e
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 => {