| | |
| | | > |
| | | <el-col :span="10" |
| | | ><p class="title-type"> |
| | | {{ item.deductionList[index].name}} |
| | | {{ item.deductionList}} |
| | | </p></el-col |
| | | > |
| | | </el-row> |
| | |
| | | }); |
| | | }, |
| | | safetyInspectionItemL(data) { |
| | | this.listQuery.filter.elementB = data.value; |
| | | safetyInspectionItemList(this.listQuery).then((res) => { |
| | | this.list = res.data.result.records; |
| | | console.log("xxx",this.list) |
| | | }); |
| | | if (data.type== 1) { |
| | | this.listQuery.filter.elementB = data.value; |
| | | safetyInspectionItemList(this.listQuery).then((res) => { |
| | | this.list = res.data.result.records; |
| | | console.log(123,this.list) |
| | | }); |
| | | } |
| | | }, |
| | | safetyInspectionItemC(id, type) { |
| | | this.show = false; |