|
|
@ -297,7 +297,7 @@ |
|
|
|
if(this.form.status == 0){ |
|
|
|
this.deviceMoldType = this.deviceMoldType1.filter(item => item.value != this.type) |
|
|
|
}else{ |
|
|
|
this.deviceMoldType = this.deviceMoldType1 |
|
|
|
this.deviceMoldType = this.deviceMoldType1.filter(item => item.value == this.type) |
|
|
|
} |
|
|
|
this.form.receiverType = this.deviceMoldType[0].value |
|
|
|
this.form.receiverTypeTxt =this.deviceMoldType[0].label |
|
|
@ -391,7 +391,7 @@ |
|
|
|
if(this.form.status == 0){ |
|
|
|
this.deviceMoldType = this.deviceMoldType1.filter(item => item.value != this.type) |
|
|
|
}else{ |
|
|
|
this.deviceMoldType = this.deviceMoldType1 |
|
|
|
this.deviceMoldType = this.deviceMoldType1.filter(item => item.value == this.type) |
|
|
|
} |
|
|
|
this.form.receiverType = this.deviceMoldType[0].value |
|
|
|
this.form.receiverTypeTxt =this.deviceMoldType[0].label |
|
|
|