From 8e367b87b978d20a30a6ca900d95c25c9eb82b0e Mon Sep 17 00:00:00 2001
From: luobisheng <727299681@qq.com>
Date: 星期三, 07 十二月 2022 16:05:40 +0800
Subject: [PATCH] 清理console以及注释代码
---
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