This commit is contained in:
2025-07-30 17:14:27 +08:00
parent 9b0cbd350e
commit 27f02239af

View File

@@ -49,11 +49,11 @@
arrList: [ arrList: [
{ {
device_code:'HJX1', device_code:'HJX1',
device_name: '缓存区A' device_name: '焊接线1'
}, },
{ {
device_code:'HJX2', device_code:'HJX2',
device_name: '缓存区B' device_name: '焊接线2'
}, },
{ {
device_code:'HJX3', device_code:'HJX3',
@@ -105,7 +105,7 @@
}, },
async _createTask1 () { async _createTask1 () {
this.disabled = true this.disabled = true
if (!this.pkId1 || this.pkId2) { if (!this.pkId1 || !this.pkId2) {
this.disabled = false this.disabled = false
return return
} }