src/views/safetyproduction/checklist.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/safetyproduction/checklist.vue
@@ -91,7 +91,7 @@ > <el-col :span="10" ><p class="title-type"> {{ item.deductionList[index].name}} {{ item.deductionList}} </p></el-col > </el-row> @@ -373,11 +373,13 @@ }); }, safetyInspectionItemL(data) { if (data.type== 1) { this.listQuery.filter.elementB = data.value; safetyInspectionItemList(this.listQuery).then((res) => { this.list = res.data.result.records; console.log("xxx",this.list) console.log(123,this.list) }); } }, safetyInspectionItemC(id, type) { this.show = false;