pengjun 1 year ago
parent
commit
790004d971
  1. 6
      src/components/doctorCheck/CheckPicture.vue

6
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;

Loading…
Cancel
Save