fix
songhuangfeng123
2022-04-08 0ebe76d9f42182551aee076347b1ab9887d6356e
src/views/safetyproduction/gojudging.vue
@@ -112,7 +112,7 @@
                      type="text"
                      size="small"
                      :disabled="typeId == 2 ? true : false"
                      >评价</el-button
                      >评审</el-button
                    >
                    <!-- <el-button type="text" size="small" style="color: red"
                          >删除</el-button
@@ -187,7 +187,7 @@
                  duration: 2000,
                });
                this.$router.push({
                  path: "/checklistself",
                  path: "/safetyproduction/safetyproduction/checklistself",
                });
              } else {
                this.$message({
@@ -199,7 +199,7 @@
          })
          .catch((error) => {});
      } else {
        alert("请将所有评分评价后再点结算");
        alert("所有的检查项评审后才可以结单!");
      }
    },