fix
songhuangfeng123
2022-03-31 a49ae63a6f96d10b8ec9fa479a0c28c5df4537e7
src/views/safetyproduction/review.vue
@@ -250,6 +250,7 @@
      });
    },
    modItem() {
      if(this.list.safetyInspectionItemResult!=null){
      safetySelfInspectionModItemInfo(this.list).then((res) => {
        if (res.data.code == 200) {
          this.$notify({
@@ -266,6 +267,13 @@
          });
        }
      });
      }else{
          this.$confirm('是否否决项未选择','提示', {
            confirmButtonText: '确认',
            cancelButtonText: '取消',
            type: 'warning'
        })
      }
    },
    back() {
      this.$router.push({