lkk
lkk
2025-07-04 efb3674b7af513e84cd73594cd8b6aacf7205b9e
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 {