From 2edd8e62d1876b8344952c0cac4507ecf4ea4c9a Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期一, 30 十二月 2024 15:59:46 +0800
Subject: [PATCH] tjtype

---
 src/views/system/tijian/index.vue |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/views/system/tijian/index.vue b/src/views/system/tijian/index.vue
index e433206..7c27cb3 100644
--- a/src/views/system/tijian/index.vue
+++ b/src/views/system/tijian/index.vue
@@ -1819,6 +1819,7 @@
     this.getCurrentDateTime();
     this.startTimer();
     this.getList1();
+    
     // this.getData();
   },
   mounted() {},
@@ -2341,8 +2342,13 @@
           if (this.form.cusSex === "鏈煡") {
             this.form.cusSex = 2;
           }
+          if (this.form.tjType === '') {
+            this.form.tjType = this.dict.type.dict_team[0].value;
+          }
+          
           addCustomer(this.form).then((response) => {
             this.responseList = response.data;
+            
             this.$modal.msgSuccess("鏂板鎴愬姛");
             // let cusSex = this.form.cusSex;
             // //鍏ㄩ儴濂楅

--
Gitblit v1.8.0