From 6f2e4f80e8698ff90a70aabffcb6842d0760445f Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期四, 05 十二月 2024 17:35:14 +0800 Subject: [PATCH] 10 --- src/views/sampling/sampling/index.vue | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/src/views/sampling/sampling/index.vue b/src/views/sampling/sampling/index.vue index 7fe2876..c7bdd2e 100644 --- a/src/views/sampling/sampling/index.vue +++ b/src/views/sampling/sampling/index.vue @@ -959,18 +959,11 @@ handleChange(selection) { // console.log(selection); - // this.selectList = selection; + this.selectList = selection; // console.log(this.selectList, 5555); var array = selection; this.ids = array.map((item) => item.id); - }, - selectAllRows() { - this.$nextTick(() => { - if (this.$refs.tab1) { - this.$refs.tab1.toggleAllSelection(); - } - }); }, // 绂侀�� -- Gitblit v1.8.0