fix
songhuangfeng123
2022-04-07 46129e27c760b767b43c258423a3b07ad724f38d
fix
已修改1个文件
6 ■■■■■ 文件已修改
src/views/safetyproduction/checklist.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | 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;