From a918dfe4e32a73282203dc586408218805bdd167 Mon Sep 17 00:00:00 2001 From: 24kycj <1637269896@qq.com> Date: Tue, 25 Mar 2025 11:23:53 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/views/dashboard/index.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/renderer/views/dashboard/index.vue b/src/renderer/views/dashboard/index.vue index 1f2eac2..0ba3e8e 100644 --- a/src/renderer/views/dashboard/index.vue +++ b/src/renderer/views/dashboard/index.vue @@ -895,13 +895,13 @@ export default { that.changeCD.req_info.strong_list[type - 1].strong_type = parseInt(e) }, sureCD() { - if (that.changeCD.req_info.strong_list[0]&&that.changeCD.req_info.strong_list[1]&&that.changeCD.req_info.strong_list[0].strong_type == that.changeCD.req_info.strong_list[1].strong_type) { - that.$message({ - message: '盘仓类型不能相同', - type: 'warning' - }) - return - } + // if (that.changeCD.req_info.strong_list[0]&&that.changeCD.req_info.strong_list[1]&&that.changeCD.req_info.strong_list[0].strong_type == that.changeCD.req_info.strong_list[1].strong_type) { + // that.$message({ + // message: '盘仓类型不能相同', + // type: 'warning' + // }) + // return + // } that.$store .dispatch('chat/websocketsend', that.changeCD) .then(() => {