lkk
2024-12-04 d747406e0eb22d47726916be55e85376c4aa2729
src/views/system/tijian/index.vue
@@ -1653,12 +1653,13 @@
      // 表单参数
      // 表单参数
      obj: {},
      form: {
        cusIdcard: "",
        tjType: "3",
        cusSex: 1,
        cusNational: "1",
        cusMarryStatus: "1",
        cusMarryStatus: "5",
        idType: "1",
        ageUnit: "0",
      },
@@ -2278,7 +2279,6 @@
        //   this.$message.error("此用户不存在");
        // });
      } else {
        let configKey = "getInfoFromSqlData";
        getconfigKey(configKey).then((res) => {
          console.log(res);
@@ -2326,7 +2326,7 @@
              websocket.onmessage = function (event) {
                var resultObj = eval("(" + event.data + ")");
                //resultFlag为0代表读卡成功
                if (
                  resultObj.name == "readCard" ||
                  resultObj.name == "readCert" ||
@@ -2972,10 +2972,10 @@
            let proId = this.packagedataList[i].proId;
            this.checkedListkey1.push(proId);
            // this.DataLists.push(this.packagedataList[i]);
              getProSonDxList(proId).then((res) => {
            getProSonDxList(proId).then((res) => {
              this.TreedataList = res.data.list;
              console.log(this.TreedataList,888);
              console.log(this.TreedataList, 888);
              this.TreedataList.forEach((item) => {
                // this.checkedListkey1.push(item.proId);
@@ -2985,7 +2985,7 @@
                  this.marryalls = 0;
                  this.DataLists.forEach((item1) => {
                    this.marryalls += item1.proPrice;
                    this.packagedataList.forEach((item3) => {
                      if (item1.proParentId == item3.proId) {
                        item1.propinName = item3.proName;