src/views/CNAS/resourceDemand/facilitiesEnvironment/component/facilities-environmental-conditions/temperature-humidity-record.vue
@@ -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