From b731f416aeb4572e71fbf43d7b7cf74985ca9417 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Tue, 4 Jul 2023 18:23:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/modules/finished/finished-instore.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/modules/finished/finished-instore.vue b/src/pages/modules/finished/finished-instore.vue index 9a52fbe..8a8658e 100644 --- a/src/pages/modules/finished/finished-instore.vue +++ b/src/pages/modules/finished/finished-instore.vue @@ -49,7 +49,7 @@
- +
@@ -142,7 +142,7 @@ export default { this.toSure() }, showDialog () { - if (this.value1 === '' || this.value2 === '' || this.value3 === '' || this.remark === '' || this.dataList === []) { + if (this.value1 === '' || this.value2 === '' || this.value3 === '' || this.dataList === []) { // this.toast('请填写完整') return } @@ -167,7 +167,7 @@ export default { async toSure () { this.$refs.child.disabled = true this.disabled2 = true - if (this.value1 === '' || this.value2 === '' || this.value3 === '' || this.remark === '' || this.dataList === []) { + if (this.value1 === '' || this.value2 === '' || this.value3 === '' || this.dataList === []) { this.disabled2 = false return }