lyfO_o
2022-04-02 f8cb4519363640a36cf5c5818f7f647ad13b507f
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({
@@ -278,7 +286,6 @@
    handleClick(data) {
      this.dialogVisible = true;
      this.form = data;
      console.log(data);
    },
    lost() {
      this.dialogVisible = false;