|
|
@ -508,12 +508,18 @@ export default {
|
|
|
|
updatedBy: null,
|
|
|
|
updatedBy: null,
|
|
|
|
updatedTime: null,
|
|
|
|
updatedTime: null,
|
|
|
|
recordTime: null,
|
|
|
|
recordTime: null,
|
|
|
|
|
|
|
|
photoOpen : false,
|
|
|
|
|
|
|
|
visiblePhoto : null,
|
|
|
|
|
|
|
|
thermalPhoto : null,
|
|
|
|
|
|
|
|
thermalResponse : null,
|
|
|
|
|
|
|
|
visibleResponse : null,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
this.resetForm("form");
|
|
|
|
this.resetForm("form");
|
|
|
|
this.photoOpen = false;
|
|
|
|
this.photoOpen = false;
|
|
|
|
this.visiblePhoto = null;
|
|
|
|
this.visiblePhoto = null;
|
|
|
|
this.thermalPhoto = null;
|
|
|
|
this.thermalPhoto = null;
|
|
|
|
this.photoOpen = null;
|
|
|
|
this.thermalResponse = null;
|
|
|
|
|
|
|
|
this.visibleResponse = null;
|
|
|
|
},
|
|
|
|
},
|
|
|
|
/** 搜索按钮操作 */
|
|
|
|
/** 搜索按钮操作 */
|
|
|
|
handleQuery() {
|
|
|
|
handleQuery() {
|
|
|
|