|
|
|
@ -382,10 +382,10 @@ export default { |
|
|
|
}, |
|
|
|
// 确认多选设备 |
|
|
|
confirmObject(){ |
|
|
|
if(this.dataListSelections.length === 0){ |
|
|
|
this.$message.warning("请勾选设备!") |
|
|
|
return |
|
|
|
} |
|
|
|
// if(this.dataListSelections.length === 0){ |
|
|
|
// this.$message.warning("请勾选设备!") |
|
|
|
// return |
|
|
|
// } |
|
|
|
this.modalData.thirdType = '' |
|
|
|
for (let i = 0; i < this.dataListSelections.length; i++) { |
|
|
|
this.modalData.thirdType = this.modalData.thirdType + ";" + this.dataListSelections[i].objectID |
|
|
|
|