shj
2022-03-31 5857e65f5f35a5f5c3bfeb7765e8078b6f9af7f0
自查
已修改2个文件
9 ■■■■ 文件已修改
src/views/safetyproduction/feature.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/safetyproduction/review.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/safetyproduction/feature.vue
@@ -304,7 +304,6 @@
      });
    },
    deleteById(val) {
        console.log(123,val)
        this.$confirm('确认删除吗','提示', {
            confirmButtonText: '确认',
            cancelButtonText: '取消',
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({