From 27f02239af1c42868ab01599e7a8537084063726 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Wed, 30 Jul 2025 17:14:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/lines/hj-line.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/lines/hj-line.vue b/pages/lines/hj-line.vue index e9f8e90..ad9a60a 100644 --- a/pages/lines/hj-line.vue +++ b/pages/lines/hj-line.vue @@ -49,11 +49,11 @@ arrList: [ { device_code:'HJX1', - device_name: '缓存区A' + device_name: '焊接线1' }, { device_code:'HJX2', - device_name: '缓存区B' + device_name: '焊接线2' }, { device_code:'HJX3', @@ -105,7 +105,7 @@ }, async _createTask1 () { this.disabled = true - if (!this.pkId1 || this.pkId2) { + if (!this.pkId1 || !this.pkId2) { this.disabled = false return }