From d9d193db52f94c91b8e1c8de69aa0e6c8b130fe1 Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期四, 26 十二月 2024 14:54:09 +0800
Subject: [PATCH] 12

---
 src/views/system/tijian/index.vue |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/views/system/tijian/index.vue b/src/views/system/tijian/index.vue
index 63ee372..e433206 100644
--- a/src/views/system/tijian/index.vue
+++ b/src/views/system/tijian/index.vue
@@ -1150,7 +1150,7 @@
                     style="width: 100%"
                     height="270"
                   >
-                    <el-table-column prop="s" label="椤圭洰" width="180">
+                    <el-table-column prop="proName" label="椤圭洰" width="180">
                     </el-table-column>
                     <el-table-column prop="proType" label="鎬у埆" width="180">
                       <template
@@ -1767,7 +1767,7 @@
       CompanyList: [],
       form: {
         cusIdcard: "",
-        tjType: "3",
+        tjType: "",
         cusSex: 1,
         cusNational: "1",
         cusMarryStatus: "5",
@@ -1867,7 +1867,6 @@
     },
     idFn1(value) {
       if (value) {
-  
         const originalCompId = this.form.dictCompId;
         this.form.compName = value;
         this.CompanyList.forEach((item) => {
@@ -1877,7 +1876,7 @@
         });
 
         if (this.form.dictCompId === originalCompId) {
-          this.form.dictCompId = '';
+          this.form.dictCompId = "";
         }
       }
     },
@@ -2385,7 +2384,7 @@
               this.discount = this.form.discount;
             }
             if (this.form.tjType === null) {
-              this.form.tjType = "3";
+              this.form.tjType = this.dict.type.dict_team[0].value;
             }
             if (this.form.cusMarryStatus === "null") {
               this.form.cusMarryStatus = "5";

--
Gitblit v1.8.0