lyfO_o
2022-05-19 8db1be8ebb65735d0f9880cf81703df98fc81ec6
src/views/safetyproduction/gojudging.vue
@@ -178,7 +178,6 @@
        })
          .then(() => {
            safetySelfInspectionFinish({ id: this.id }).then((res) => {
              console.log(123, res);
              if (res.data.code === "200") {
                this.$notify({
                  title: "成功",
@@ -187,7 +186,7 @@
                  duration: 2000,
                });
                this.$router.push({
                  path: "/checklistself",
                path:"/safetyproduction/safetyproduction/checklistself"
                });
              } else {
                this.$message({
@@ -213,7 +212,6 @@
          arr[i].child.points = arr[i].child.point;
        }
        this.lists = arr;
        console.log("tag", arr);
      });
    },
    checkSameDataA(resData) {
@@ -246,7 +244,6 @@
        dataInfo[elementBName].child.push(item);
      });
      let list = Object.values(dataInfo); // list 转换成功的数据
      // console.log("数据",list)
      for (var i = 0; i < list.length; i++) {
        var pot = list[i].points;
        for (var j = 0; j < list[i].child.length; j++) {