- 在重置表单时添加照片回显相关状态的初始化 - 优化了照片回显功能,确保在更新记录时能正确显示照片
@ -508,12 +508,18 @@ export default {
updatedBy: null,
updatedTime: null,
recordTime: null,
photoOpen : false,
visiblePhoto : null,
thermalPhoto : null,
thermalResponse : null,
visibleResponse : null,
};
this.resetForm("form");
this.photoOpen = false;
this.visiblePhoto = null;
this.thermalPhoto = null;
this.photoOpen = null;
this.thermalResponse = null;
this.visibleResponse = null;
},
/** 搜索按钮操作 */
handleQuery() {