From 733e4f8b9bdad3fcbaee0d0fe7360faae70307f6 Mon Sep 17 00:00:00 2001 From: jinna Date: Fri, 24 Jan 2025 14:31:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/businessManagement/inspection/repair.vue | 2 +- src/views/operation/hand.vue | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/views/businessManagement/inspection/repair.vue b/src/views/businessManagement/inspection/repair.vue index 1aa65f0..43fd8aa 100644 --- a/src/views/businessManagement/inspection/repair.vue +++ b/src/views/businessManagement/inspection/repair.vue @@ -619,7 +619,7 @@ export default { clearName() { this.$refs.sign.clear() this.nameImg = '' - this.isClear = true + // this.isClear = true }, confirmName() { if (this.isClear) { diff --git a/src/views/operation/hand.vue b/src/views/operation/hand.vue index ec3f005..a295cf6 100644 --- a/src/views/operation/hand.vue +++ b/src/views/operation/hand.vue @@ -958,7 +958,7 @@ export default { }, clickQualityNo() { if (this.viewType == 'evaluate') { - this.detailFormisOkQuality = 0 + this.detailForm.isOkQuality = 0 } }, clickSafeYes() { @@ -982,8 +982,7 @@ export default { } }, confirmName() { - console.log('name===========>', this.nameImg) - if (this.isClear) { + if (this.isClear && this.nameImg == '') { this.nameImg = '' } else { this.nameImg = this.$refs.sign.submit(80, 50); @@ -999,7 +998,7 @@ export default { clearName() { this.$refs.sign.clear() this.nameImg = '' - this.isClear = true + this.assignVisible = false }, base64toFile(dataurl, filename = 'file') { let arr = dataurl.split(',')