From ca9b5d4118f4c29119359503859fa953495496e9 Mon Sep 17 00:00:00 2001 From: yuyu <1981343953@qq.com> Date: 星期四, 03 八月 2023 13:23:39 +0800 Subject: [PATCH] 成品检验,过程检验页面和技术文件模态框 --- src/view/index.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/view/index.vue b/src/view/index.vue index 67a9dbd..a4ec2a4 100644 --- a/src/view/index.vue +++ b/src/view/index.vue @@ -302,7 +302,7 @@ k: 5, v: "杩囩▼妫�楠�", i: "font icon-shouye", - u: "" + u: "processInspection" }, { k: 6, v: "鎴愬搧妫�楠�", @@ -349,14 +349,15 @@ methods: { addTab(ob) { if (ob.k == 0) this.activeBox = 0 - this.activeP = ob.k - this.tabActive = ob.k + this.activeP = ob.k //0 + this.tabActive = ob.k //0 let num = -1; this.tabs.forEach((a, ai) => { if (ob.k == a.k) { num = a.k } }) + // 濡傛灉娌℃湁閬嶅巻鍒皌abs閲屾病鏈夎ob瀵瑰簲鐨則able锛屽線tabs閲岄潰鍔犲叆璇b if (num == -1) { this.tabs.push(ob) } -- Gitblit v1.9.3