From 349b09cb9956fed186786dfb1b4c17723d5e8464 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期一, 16 十月 2023 15:42:31 +0800
Subject: [PATCH] 销售线索,省份 不能切换,城市的下拉无数据。销售明细单收款单,添加成功跳转登录,接口没有加入白名单

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

diff --git a/src/views/client/client/index.vue b/src/views/client/client/index.vue
index 1780ee3..d341bbe 100644
--- a/src/views/client/client/index.vue
+++ b/src/views/client/client/index.vue
@@ -369,14 +369,15 @@
     // 璺熻繘
     followupClick(row) {
       console.log(row)
-      this.editFollowupConfig.visible = true
       this.editFollowupConfig.title = "鏂板缓"
       this.editFollowupConfig.infomation = {
         ...row,
         client_name: row.name,
         number: "",
+        codeStandID:'',
         next_follow_time: row.next_visit_time
       }
+      this.editFollowupConfig.visible = true
     },
     // 鍒嗛厤
     allocationBtnClick(row) {

--
Gitblit v1.8.0