From c7b33db117fd2893d7d1c93bf5d46e87d33e44d0 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期一, 16 十二月 2024 16:08:51 +0800
Subject: [PATCH] 初审结果查询

---
 src/views/system/tijian/index copy.vue |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/views/system/tijian/index copy.vue b/src/views/system/tijian/index copy.vue
index 6ddedf0..f133bb8 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) => {
@@ -1759,6 +1758,7 @@
 
     // 椤圭洰鎻愪氦
     submit() {
+      console.log('123')
       if (this.form.cusIdcard) {
         var cusId = this.form.cusIdcard;
       } else {
@@ -1784,7 +1784,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 +1931,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