|
@@ -122,7 +122,7 @@ export default {
|
|
}
|
|
}
|
|
this.notify = this.$notify.success({
|
|
this.notify = this.$notify.success({
|
|
title: '成功',
|
|
title: '成功',
|
|
- message: '加测指令下发成功,收到测流开始指令后页面会自动跳转',
|
|
|
|
|
|
+ message: '加测指令下发成功,收到测流开始指令后页面会自动刷新',
|
|
showClose: false,
|
|
showClose: false,
|
|
duration: 0,
|
|
duration: 0,
|
|
});
|
|
});
|
|
@@ -143,6 +143,7 @@ export default {
|
|
},
|
|
},
|
|
beforeDestroy() {
|
|
beforeDestroy() {
|
|
if(this.timer)clearTimeout(this.timer);
|
|
if(this.timer)clearTimeout(this.timer);
|
|
|
|
+ if(this.notify)this.notify.close();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|