| | |
| | | v-model="searchForm.deviceSn" |
| | | placeholder="请选择" |
| | | clearable |
| | | @change="handleSearch" |
| | | > |
| | | <el-option |
| | | v-for="item in machineData" |
| | |
| | | v-model="searchForm.resultType" |
| | | placeholder="请选择" |
| | | clearable |
| | | @change="handleSearch" |
| | | > |
| | | <el-option |
| | | v-for="item in fileFormatOption" |
| | |
| | | placeholder="请选择" |
| | | clearable |
| | | @clear="changePhotoType" |
| | | @change="handleSearch" |
| | | > |
| | | <el-option |
| | | v-for="item in CategoryOption" |
| | |
| | | // 更新搜索表单中的时间 |
| | | searchForm.startTime = start.format(timeFormat); |
| | | searchForm.endTime = end.format(timeFormat); |
| | | handleSearch() |
| | | } |
| | | |
| | | }; |
| | |
| | | |
| | | deptData.value = []; |
| | | getDeptsByAreaCode(); |
| | | handleSearch(); |
| | | }; |
| | | // 所属部门信息 |
| | | const getDeptsByAreaCode = () => { |