From 4162d0e6692f3b02a183312d4e7f984a2a4baef5 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期五, 21 六月 2024 17:41:14 +0800 Subject: [PATCH] qxtj --- src/views/sampling/sampling/index.vue | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/views/sampling/sampling/index.vue b/src/views/sampling/sampling/index.vue index babc5a5..29cedaf 100644 --- a/src/views/sampling/sampling/index.vue +++ b/src/views/sampling/sampling/index.vue @@ -70,7 +70,7 @@ <el-button type="primary" icon="el-icon-thumb" - size="mini" + size="mini" style="margin:0 15px;" @click="Confirmreceipt" >纭閲囨牱</el-button > @@ -433,8 +433,14 @@ getList() { this.loading = true; this.queryParams.isSignFor = this.tjStatus; - this.queryParams.beginTime = this.createTimeList[0]; + if(this.createTimeList){ + this.queryParams.beginTime = this.createTimeList[0]; this.queryParams.endTime = this.createTimeList[1]; + }else if(this.createTimeList == null){ + this.queryParams.beginTime = null; + this.queryParams.endTime = null; + } + getList(this.queryParams).then((response) => { if (response.data) { if (response.data.list == null) { @@ -488,7 +494,7 @@ this.resetForm("form"); }, hb() { - console.log(this.queryParams.tjNum); + // console.log(this.queryParams.tjNum); if (this.queryParams.tjNum != null) { this.handleQuery(); } -- Gitblit v1.8.0