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/escalation/index.vue | 19 ++----------------- 1 files changed, 2 insertions(+), 17 deletions(-) diff --git a/src/views/operate/disposal/casepool/escalation/index.vue b/src/views/operate/disposal/casepool/escalation/index.vue index 0df69ef..36f0d2a 100644 --- a/src/views/operate/disposal/casepool/escalation/index.vue +++ b/src/views/operate/disposal/casepool/escalation/index.vue @@ -279,7 +279,6 @@ }, methods: { setMystatus(value) { - console.log(value); this.statusArr[1] = value; this.changeTypeChecked(value - 1); this.getUserList(); @@ -291,7 +290,6 @@ }, // 鎵归噺鍒犻櫎 mulDelete(idArr) { - console.log(idArr instanceof Array); const { statusArr } = this; this.$confirm("鎮ㄧ‘瀹氳鎵归噺鍒犻櫎妗堜欢鍚�?") .then((_) => { @@ -318,12 +316,10 @@ }); }) .catch((err) => { - console.log(err); }); }, // 鎵ц涓嬫媺妗嗘搷浣� selectChange(list) { - console.log(this.tempList); if (this.tempList.length !== 0) { if (list === 3) { this.preMyIdx = list; @@ -418,11 +414,7 @@ // 鏇存敼涓�绾ф爣绛剧殑閫変腑 changeNavChecked(idx) { this.tagList.forEach((item, index) => { - if (index === idx) { - item.checked = true; - } else { - item.checked = false; - } + item.checked = index === idx; }); this.typeList[0].checked = true; this.typeList[1].checked = false; @@ -433,11 +425,7 @@ // 鏇存敼杩濊/杩濆缓 changeTypeChecked(idx) { this.typeList.forEach((item, index) => { - if (index === idx) { - item.checked = true; - } else { - item.checked = false; - } + item.checked = index === idx; }); this.mystatus = idx + 1; this.statusArr[1] = this.typeList[idx].value; @@ -448,7 +436,6 @@ }, // 鑾峰彇妗堜欢淇℃伅 getEventInfo(code) { - console.log("鑾峰彇鍏蜂綋妗堜欢淇℃伅", code); this.$axios({ method: "get", url: `sccg/base_case/baseCaseDetail/${code}`, @@ -471,7 +458,6 @@ header { background-color: #09152f; - border: 1pox solid #fff; .headerContent { padding: 0 40px; @@ -540,7 +526,6 @@ background-color: #09152f; margin-top: 20px; padding-bottom: 50px; - border: 1pox solid #fff; .mainTitle { line-height: 60px; -- Gitblit v1.8.0