diff --git a/src/views/projectFront/laborManage/components/comboForm/dialogPage/adminDialog.vue b/src/views/projectFront/laborManage/components/comboForm/dialogPage/adminDialog.vue index 772a3dab..ec037565 100644 --- a/src/views/projectFront/laborManage/components/comboForm/dialogPage/adminDialog.vue +++ b/src/views/projectFront/laborManage/components/comboForm/dialogPage/adminDialog.vue @@ -1784,18 +1784,6 @@ export default { this.$store.state.FILEURL + imgInfo.imageUrl; this.cropperDialog = true; } - // let imgStatus = result.file.size / 1024 < 500 - // if (!imgStatus) { - // this.cropperOption.img = - // this.$store.state.FILEURL + imgInfo.imageUrl - // this.cropperDialog = true - // } else { - // if (this.isSzProject == 1) { - // this.checkImgLibrary(imgInfo.imageUrl) - // } else { - // this.checkFace(imgInfo.imageUrl) - // } - // } break; } } diff --git a/src/views/projectFront/laborManage/components/comboForm/dialogPage/temporaryDialog.vue b/src/views/projectFront/laborManage/components/comboForm/dialogPage/temporaryDialog.vue index 39b5300a..e1c9d935 100644 --- a/src/views/projectFront/laborManage/components/comboForm/dialogPage/temporaryDialog.vue +++ b/src/views/projectFront/laborManage/components/comboForm/dialogPage/temporaryDialog.vue @@ -1261,13 +1261,16 @@ export default { loading.close(); }) }else{ - if(res.code == 200 && res.result.checkType == "1"){ - this.cropperOption.img = - this.$store.state.FILEURL + imgInfo.imageUrl; - this.cropperDialog = true; - }else{ - this.$message.error(res.result.message) - } + this.cropperOption.img = + this.$store.state.FILEURL + imgInfo.imageUrl; + this.cropperDialog = true; + // if(res.code == 200 && res.result.checkType == "1"){ + // this.cropperOption.img = + // this.$store.state.FILEURL + imgInfo.imageUrl; + // this.cropperDialog = true; + // }else{ + // this.$message.error(res.result.message) + // } } // let imgStatus = result.file.size / 1024 < 500 // if (!imgStatus) {