From e155da2aeb9c44698e3a0d59ab3f32e5ad9bad5f Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期二, 26 十二月 2023 11:23:41 +0800 Subject: [PATCH] 工艺路线-bug修改 --- src/views/equipment/equipment/index.vue | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/views/equipment/equipment/index.vue b/src/views/equipment/equipment/index.vue index 3d83470..083640d 100644 --- a/src/views/equipment/equipment/index.vue +++ b/src/views/equipment/equipment/index.vue @@ -236,12 +236,12 @@ type: 'primary', fun: this.labelPrint }, - // { - // text: '鍚屾', - // type: 'primary', - // loading: false, - // fun: this.pullEquipFun - // } + { + text: '鍚屾', + type: 'primary', + loading: false, + fun: this.pullEquipFun + } ], operator: [ { @@ -343,7 +343,6 @@ }, handleSelectionChange(val) { this.multipleSelection = val - console.log(this.multipleSelection); }, // 鏂板 / 淇敼 addOrUpdateHandle(row) { -- Gitblit v1.9.3