From 992b14d4c5e0ebba87d3ae8fb1ca9d06c0bdc6e9 Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期五, 14 三月 2025 16:20:39 +0800
Subject: [PATCH] qx

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

diff --git a/src/views/system/tijian/index.vue b/src/views/system/tijian/index.vue
index 52c3914..af5f1cd 100644
--- a/src/views/system/tijian/index.vue
+++ b/src/views/system/tijian/index.vue
@@ -1727,6 +1727,7 @@
 
       addCustomer(formData).then((response) => {
         this.responseList = response.data;
+        this.form.tjType = this.dict.type.dict_team[0].value;
         this.$modal.msgSuccess("鏂板鎴愬姛");
         _this.tcShow = true;
         _this.isDisabled = true;
@@ -1772,7 +1773,7 @@
             if (this.form.reservationId != null) {
               if (this.form.groupingId) {
                 this.form.firmName = this.form.compName;
-                this.form.tjType = "1";
+                this.form.tjType = this.dict.type.dict_team[2].value;
                 this.CompanyList.forEach((item) => {
                   if (item.cnName == this.form.firmName) {
                     this.form.firmId = item.drugManufacturerId;

--
Gitblit v1.8.0