Browse Source

fit:1、新增任务的时候重置历史数据

main
pengwei 7 months ago
parent
commit
7b65cf8cdc
  1. 3
      src/views/mobileSupervise/Inspection.vue

3
src/views/mobileSupervise/Inspection.vue

@ -2027,6 +2027,9 @@ function handleShowAdd() {
supRiskDtoList: [], supRiskDtoList: [],
times:[] times:[]
}; };
fileData.value=[]
filterDataTable.value=[]
riskDataTable.value=[]
form.value.times[0]=timeFormat(new Date(),"yyyy-mm-dd hh:MM:ss"); form.value.times[0]=timeFormat(new Date(),"yyyy-mm-dd hh:MM:ss");
} }

Loading…
Cancel
Save