From becf4b68d07cc3248cba8c652768a8be41875410 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 18 Mar 2021 11:35:40 +0800
Subject: [PATCH] 部分弹框样式修改,省-区三级联动,部分接口调整

---
 src/views/distribution/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/distribution/index.vue b/src/views/distribution/index.vue
index 1c19868..d898a3b 100644
--- a/src/views/distribution/index.vue
+++ b/src/views/distribution/index.vue
@@ -328,7 +328,7 @@
       this.selectOptions.forEach((item) => {
         if (item.snumber == value) {
           this.form.handName = item.value;
-          handName = item.value;
+          this.handName = item.value;
           this.form.handleP = value;
         }
       });

--
Gitblit v1.9.3