From 80c915239301b1f0e3a732a6318e7743709e9489 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期一, 31 三月 2025 16:01:38 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev --- src/views/CNAS/resourceDemand/facilitiesEnvironment/component/facilities-environmental-conditions/temperature-humidity-record.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/CNAS/resourceDemand/facilitiesEnvironment/component/facilities-environmental-conditions/temperature-humidity-record.vue b/src/views/CNAS/resourceDemand/facilitiesEnvironment/component/facilities-environmental-conditions/temperature-humidity-record.vue index dc6ddb0..c5019a7 100644 --- a/src/views/CNAS/resourceDemand/facilitiesEnvironment/component/facilities-environmental-conditions/temperature-humidity-record.vue +++ b/src/views/CNAS/resourceDemand/facilitiesEnvironment/component/facilities-environmental-conditions/temperature-humidity-record.vue @@ -32,7 +32,7 @@ <el-table-column fixed="right" label="鎿嶄綔" min-width="180" align="center"> <template v-slot="scope"> <el-button size="small" type="text" @click="downLoadPost(scope.row)">瀵煎嚭</el-button> - <el-button size="small" type="text" @click="edit(scope.row)">缂栬緫</el-button> +<!-- <el-button size="small" type="text" @click="edit(scope.row)">缂栬緫</el-button>--> <el-button :disabled="scope.row.isAffirm === '1'" size="small" type="text" @click="openApprovalDialog(scope.row)">纭</el-button> <el-button size="small" type="text" @click="deleteRowFun(scope.row)">鍒犻櫎</el-button> @@ -332,6 +332,7 @@ }, clickRow(row) { this.saveRow = row + this.search1.current = 1 this.initData1(row.dateId) }, edit(row) { @@ -412,11 +413,11 @@ }, handleSizeChange1(val) { this.search1.size = val; - this.initData1(); + this.initData1(this.saveRow.dateId); }, handleCurrentChange1(val) { this.search1.current = val; - this.initData1(); + this.initData1(this.saveRow.dateId); }, clickAdd() { this.dialogVisible = true -- Gitblit v1.9.3