From 1b872f5fc748553c7a3d9e8758f2b498aae99e2a Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期一, 07 七月 2025 10:10:21 +0800 Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb --- src/views/system/tijian/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/system/tijian/index.vue b/src/views/system/tijian/index.vue index fc937f1..138cbbf 100644 --- a/src/views/system/tijian/index.vue +++ b/src/views/system/tijian/index.vue @@ -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