From bae166014bb3dd44a50426b76b7db284cf92bf66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=9D=96?= <10034423+lihaoyuelijing@user.noreply.gitee.com> Date: Wed, 12 Jun 2024 09:48:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E9=AA=8C=E6=8A=A5=E5=91=8A=E5=90=88?= =?UTF-8?q?=E5=B9=B6=E5=88=97=E4=BF=AE=E6=94=B9=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/quality/produceReport/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/quality/produceReport/index.vue b/src/views/quality/produceReport/index.vue index 7a28404..6a9ddcf 100644 --- a/src/views/quality/produceReport/index.vue +++ b/src/views/quality/produceReport/index.vue @@ -780,10 +780,8 @@ export default { 'min-width': '100px', 'word-break': 'keep-all' }, - rowList: [], spanArr: [], position: 0, - listData: [], }; }, created() { @@ -891,6 +889,8 @@ export default { delFlag: null, }; + this.spanArr = [] + this.position = 0 this.resetForm("form"); }, /** 搜索按钮操作 */