From b6a8dc4f0f93ba6628b41cf801e2a899672eecce Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 31 十二月 2024 19:12:27 +0800 Subject: [PATCH] lsat --- 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