From c1a720f950f96f9315dd152289ea57b673d47d84 Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期二, 31 十二月 2024 18:53:11 +0800
Subject: [PATCH] 1

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

diff --git a/src/views/system/tijian/index.vue b/src/views/system/tijian/index.vue
index 9d0231d..e7eaf3c 100644
--- a/src/views/system/tijian/index.vue
+++ b/src/views/system/tijian/index.vue
@@ -2858,17 +2858,8 @@
       // this.form.cusPhone = param1[0].pacRemark;
     },
     handleChangesName(params){
-      this.form.cusName = params[0].xm
-      this.form.cusPhone = params[0].sjh
-      if (params[0].xb == '鐢�') {
-        this.form.cusSex = 0
-      }
-      if (params[0].xb == '濂�') {
-        this.form.cusSex = 1
-      }
-      if (params[0].xb == '鏈煡') {
-        this.form.cusSex = 2
-      }
+      this.form.cusIdcard = params[0].sfzh
+      this.handleQuery()
     },
     // selected(row, index) {
     //   if (this.formPacId !== null) {

--
Gitblit v1.8.0