| | |
| | | <div class="app-container"> |
| | | <el-form ref="form" :model="form" label-width="80px"> |
| | | <el-row> |
| | | <el-col :span="6"> |
| | | <el-form-item label="设备区域"> |
| | | <el-select v-model="listQuery.filter.areaId" placeholder="请选择设备区域" clearable style="width: 100%"> |
| | | <el-option v-for="item in areaList" :key="item.id" :label="item.value" :value="item.id"></el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="5"> |
| | | <el-form-item label="设备名称"> |
| | | <el-input v-model="listQuery.filter.name" placeholder="请输入设备名称" clearable></el-input> |
| | |
| | | v-model="form.areaId" |
| | | placeholder="请选择设备区域" |
| | | style="width: 100%" |
| | | filterable |
| | | > |
| | | <el-option |
| | | v-for="item in areaList" |
| | |
| | | duration: 2000, |
| | | }); |
| | | this.$router.push({ |
| | | path: "/checklistself", |
| | | path:"/safetyproduction/safetyproduction/checklistself" |
| | | }); |
| | | } else { |
| | | this.$message({ |
| | |
| | | title: "成功", |
| | | }); |
| | | this.$router.push({ |
| | | path:"/checklistself" |
| | | path:"/safetyproduction/safetyproduction/checklistself" |
| | | }); |
| | | } |
| | | }); |
| | |
| | | }); |
| | | }); |
| | | this.$router.push({ |
| | | path:"/checklistself" |
| | | path:"/safetyproduction/safetyproduction/checklistself" |
| | | }); |
| | | } |
| | | } |