web/src/views/SecureManage/NipCheck/NipTips.vue
@@ -135,6 +135,7 @@ total: 0, disabled:false, loading: false, userId:null,//创建人 dataList: [], //举报隐患信息列表 positonOptions:[],//隐患地点 imageList:[], @@ -254,6 +255,7 @@ }, // 审核按钮 checkHidden(row) { this.userId = row.createUser this.asyncTitle = true; this.imageList = [] this.asyncVisible = true; @@ -352,6 +354,7 @@ arrTitle.push({imgPath:item.name}) }) params.imgEntities = arrTitle params.createUser = this.userId this.$api.Safety.checkHiddenInfo(params).then((res) => { if(res.statusMsg === 'ok') { this.asyncVisible = false;