get correct log path
This commit is contained in:
parent
7cdca7e66d
commit
ad3d379480
@ -83,7 +83,8 @@ export default {
|
||||
methods: {
|
||||
async getLog (type) {
|
||||
this.logName = type
|
||||
const response = await this.$axios.get(`api/player/log/?type=${type}&date=${this.listDate}`)
|
||||
const response = await this.$axios.get(
|
||||
`api/player/log/?type=${type}&date=${this.listDate}&config_path=${this.$store.state.config.configGui[this.$store.state.config.configID].playout_config}`)
|
||||
|
||||
if (response.data.log) {
|
||||
this.currentLog = response.data.log
|
||||
|
Loading…
Reference in New Issue
Block a user