From 8a5a5ff615e1ac7cf65c298b2e641368f7b1e2b3 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期五, 06 十二月 2024 14:08:13 +0800 Subject: [PATCH] 修改单位 --- src/views/system/tijian/index copy.vue | 19 +++++++++---------- 1 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/views/system/tijian/index copy.vue b/src/views/system/tijian/index copy.vue index 6ddedf0..7750fb1 100644 --- a/src/views/system/tijian/index copy.vue +++ b/src/views/system/tijian/index copy.vue @@ -1046,7 +1046,7 @@ } else { item.list.forEach((items) => { _this.proIdList.push(items.proId); - console.log(_this.pacId, 888); + }); } }); @@ -1064,7 +1064,7 @@ this.proIds = []; getTransitionList(cusId).then((response) => { this.tableData1 = response.data; - console.log(this.tableData1); + this.TotalPrice1 = 0; if (this.tableData1) { this.tableData1.forEach((item) => { @@ -1460,7 +1460,7 @@ } else if ("MozWebSocket" in window) { websocket = new MozWebSocket(url); } else { - // console.log("SockJS"); + } if (websocket == null) { @@ -1493,6 +1493,7 @@ //鎺ユ敹鍒版秷鎭殑鍥炶皟鏂规硶 websocket.onmessage = function (event) { var resultObj = eval("(" + event.data + ")"); + //resultFlag涓�0浠h〃璇诲崱鎴愬姛 if ( resultObj.name == "readCard" || @@ -1613,7 +1614,7 @@ }, cancell() { - console.log(this.addAddress.address); + if (this.addAddress.address) { this.malldisble = false; } else { @@ -1650,8 +1651,7 @@ // this.tableData.forEach((item) => { // this.fData = item.tjProjectList; // }); - console.log(this.treedataList) - console.log(selection) + if (selection[0]) { this.DataList = []; // this.data = JSON.parse(JSON.stringify(this.dXData)); @@ -1695,8 +1695,7 @@ this.loading = true; deptTreeSelect(cusSex).then((response) => { this.newpacName = response.rows; - console.log(this.newpacName) - console.log(this.tableData1) + try { if (this.tableData1.length >= 1) { this.newpacName.forEach((item3) => { @@ -1784,7 +1783,7 @@ this.proIds = []; getTransitionList(cusId).then((response) => { this.tableData1 = response.data; - console.log(this.tableData1); + this.TotalPrice1 = 0; if (this.tableData1) { this.tableData1.forEach((item) => { @@ -1931,7 +1930,7 @@ // 琛ㄦ牸鍗曢�� handleSelect(selection, val) { - console.log(selection, val); + this.selectionList = this.$refs.multipleTable.selection; this.selectionList.forEach((item) => { this.formIn.name = item.tjName; -- Gitblit v1.8.0