diff --git a/src/components/doctorCheck/CheckPicture.vue b/src/components/doctorCheck/CheckPicture.vue index ec4c3bc..aa70540 100644 --- a/src/components/doctorCheck/CheckPicture.vue +++ b/src/components/doctorCheck/CheckPicture.vue @@ -498,9 +498,9 @@ export default { }, // 裁图/修图/ - btnCutPic() { + btnCutPicBak() { - + // 跨域了 this.dialogWinCutPic = true this.$refs.imgCutterModal.handleOpen({ name: "1.png", @@ -509,7 +509,7 @@ export default { }, - btnCutPicBak() { + btnCutPic() { if (this.checkPictures.length == 0) { this.$message.warning({ showClose: true, message: "暂无可裁图片!" }); return;