wwl
2025-07-08 0c23ed71897641b9ee66d81082cbc999e0c5f0ae
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 {
@@ -2572,6 +2574,8 @@
    },
    handleClick(tab, event) {
      if (this.activeNames == "second") {
        console.log(this.form);
        this.DataList = [];
        this.checkedkey = [];
        this.TreedataList = [];
@@ -2590,15 +2594,11 @@
        });
      }
    },
    // gaibian(val){
    //   let pname = val;
    //   getProParentIdDxList(pname).then(response=>{
    //     this.Treedata = response.data.list;
    //   })
    // },
    getDataList() {
      this.loading = true;
      getProParentIdDxList().then((response) => {
      console.log(this.form);
      getProParentIdDxList(this.form.cusSex).then((response) => {
        this.Treedata = response.data.list;
        // 回显 TreedataList 到 DataList