From c761748876b5239a084e16b22f8d616897714175 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 07 十二月 2022 17:10:18 +0800
Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_ui

---
 src/views/operate/disposal/casepool/notDeal/index.vue |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/src/views/operate/disposal/casepool/notDeal/index.vue b/src/views/operate/disposal/casepool/notDeal/index.vue
index 377b70c..51c8459 100644
--- a/src/views/operate/disposal/casepool/notDeal/index.vue
+++ b/src/views/operate/disposal/casepool/notDeal/index.vue
@@ -182,14 +182,12 @@
     methods: {
         // 椤堕儴涓嬫媺妗�
         setMystatus(value) {
-            console.log(value);
             this.statusArr[1] = value;
             this.changeTypeChecked(value - 1);
             this.getUserList();
         },
         // 鎵归噺鍒犻櫎
         mulDelete(idArr){
-            console.log(idArr);
             this.$axios({
                 method:'delete',
                 url:'sccg/violations/batch_delete?ids='+idArr,
@@ -203,7 +201,6 @@
         },
         // 鎵ц涓嬫媺妗嗘搷浣�
         selectChange(list) {
-            console.log(this.tempList);
             if (this.tempList.length !== 0) {
                 if (list === 3) {
                     this.preMyIdx = list;
@@ -237,10 +234,8 @@
         },
         // 鍒犻櫎鍗曟潯鏁版嵁
         handleDelete({ number }) {
-            console.log(number);
             this.$confirm('纭鍒犻櫎锛�')
                 .then(_ => {
-                    console.log(1);
                     this.$axios({
                         method: 'delete',
                         url: `sccg/violations/delete?id=${number}`,
@@ -254,7 +249,7 @@
                             this.getUserList();
                         })
                 })
-                .catch(_ => { console.log(2) });
+                .catch(_ => {  });
         },
         // 鑾峰彇鐢ㄦ埛鍒楄〃
         getUserList() {
@@ -315,11 +310,9 @@
         opernDialog(data){
             this.dialogUpload = true;
             this.caseId = data.id;
-            // console.log(data); 
         },
         // 閲嶆柊澶勭疆
         handleReset({id}){
-            console.log(id);
             this.$axios({
                 method:'put',
                 url:'sccg/base_case/case_status_update?caseId='+id+'&state=0'

--
Gitblit v1.8.0