|
|
|
@ -18,7 +18,6 @@
@@ -18,7 +18,6 @@
|
|
|
|
|
</el-button> |
|
|
|
|
</template> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
</template> |
|
|
|
|
<div class="device-list-wrap"> |
|
|
|
|
<el-checkbox-group v-model="checkDeviceList"> |
|
|
|
@ -720,7 +719,6 @@ function zmqImportCb(msg: PubMsgData) {
@@ -720,7 +719,6 @@ function zmqImportCb(msg: PubMsgData) {
|
|
|
|
|
if (code === ZmqMsgResultType.PROGRESS) { |
|
|
|
|
onOffDeviceTransferStatus.value = 'progress' |
|
|
|
|
const log: string = Array.isArray(feedback) ? feedback[0] || '' : '' |
|
|
|
|
console.log(log) |
|
|
|
|
const isLineFeed = log && log.includes('\n') |
|
|
|
|
if (isLineFeed) { |
|
|
|
|
if (importMsg.value) { |
|
|
|
|