修改
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user