From 0c23ed71897641b9ee66d81082cbc999e0c5f0ae Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期二, 08 七月 2025 11:49:31 +0800 Subject: [PATCH] 快捷建议 --- src/views/system/tijian/index.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/system/tijian/index.vue b/src/views/system/tijian/index.vue index fc937f1..ff95686 100644 --- a/src/views/system/tijian/index.vue +++ b/src/views/system/tijian/index.vue @@ -151,7 +151,7 @@ 璇佷欢鍙风爜 </span> <el-input :disabled="isDisabled" v-model="form.cusIdcard" placeholder="璇疯緭鍏ヨ韩浠借瘉鍙�" - @input="handleIdCardInput" /> + @input="handleIdCardInput" maxlength="18"/> <!-- <i style=" font-size: 1rem; position: absolute; @@ -1819,9 +1819,11 @@ let cusIdcard = this.form.cusIdcard; if (cusIdcard) { getCusIdcard(cusIdcard).then((response) => { + console.log(response,1111111111) _this.top = false; if (response.data) { this.form = response.data; + this.form.firmDeptName = response.data.department; if (this.form.discount === null) { this.discount = 10; } else { -- Gitblit v1.8.0