From 790004d971c8fd820f158d89ac6c7fbc314d7391 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Thu, 26 Sep 2024 18:43:02 +0800 Subject: [PATCH] 000 --- src/components/doctorCheck/CheckPicture.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;