From 763526c0fe84bd19e0c96cdf022216f04d0dd96a Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期三, 09 十月 2024 16:46:19 +0800 Subject: [PATCH] 修改电路试验bug --- src/view/index.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/view/index.vue b/src/view/index.vue index a034044..dff6f97 100644 --- a/src/view/index.vue +++ b/src/view/index.vue @@ -505,7 +505,6 @@ this.saveClick() }, removeTab(index) { - console.log(3333,this.$refs[`com-${this.tabs[index].k}`],this.tabs[index]) let obj = this.$refs[`com-${this.tabs[index].k}`][0] if(obj.state&&obj.state==1&&this.tabs[index].v=='妫�楠屼换鍔�'&&(obj.version===0||obj.version===1)){ this.$confirm('璇风‘璁ゅ綋鍓嶆暟鎹槸鍚﹀叏閮ㄤ繚瀛橈紝鏄惁鍏抽棴褰撳墠椤甸潰锛�', '鎻愮ず', { -- Gitblit v1.9.3