From b977b7e4b46d14ee407f4d8f07b4c818b19b87be Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期四, 05 十二月 2024 12:28:29 +0800 Subject: [PATCH] lkk-12-05 --- src/views/system/tijian/index.vue | 18 +++++++++++------- 1 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/views/system/tijian/index.vue b/src/views/system/tijian/index.vue index 6f317e7..65631ab 100644 --- a/src/views/system/tijian/index.vue +++ b/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", }, @@ -1690,6 +1691,10 @@ this.startTimer(); this.getList1(); // this.getData(); + }, + mounted(){ + console.log(this.dict.type.dict_user_marry,555); + }, methods: { @@ -2278,7 +2283,6 @@ // this.$message.error("姝ょ敤鎴蜂笉瀛樺湪"); // }); } else { - let configKey = "getInfoFromSqlData"; getconfigKey(configKey).then((res) => { console.log(res); @@ -2326,7 +2330,7 @@ websocket.onmessage = function (event) { var resultObj = eval("(" + event.data + ")"); //resultFlag涓�0浠h〃璇诲崱鎴愬姛 - + if ( resultObj.name == "readCard" || resultObj.name == "readCert" || @@ -2972,10 +2976,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 +2989,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; -- Gitblit v1.8.0