Kxc0822a
2022-04-01 e15c608b99fd18196496eb98f39c19da7f09a588
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({
@@ -277,8 +285,8 @@
    },
    handleClick(data) {
      this.dialogVisible = true;
      this.form = data;
      console.log(data);
      // this.form = data;
        this.form=JSON.parse(JSON.stringify(data));
    },
    lost() {
      this.dialogVisible = false;
@@ -318,4 +326,4 @@
  background-color: #034ea2;
  border: 1px solid #034ea2;
}
</style>
</style>