This commit is contained in:
USER-20220102CG\noblelift
2022-10-22 15:53:13 +08:00
parent 42cbe6294d
commit 6b55b1aab2
6 changed files with 84 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div style="overflow: hidden" >
<div style="overflow: hidden">
<el-row>
<div id="container" className="container" style="min-height: 100%"/>
<div id="container" className="container" style="min-height: 100%" />
</el-row>
<!--点击设备显示信息-->
<el-dialog
@@ -234,7 +234,7 @@ export default {
},
initStageData() {
// 获取舞台编码
paramCrud.getStageCodeByCode(this.stageParam).then(res => {
paramCrud.getValueByCode(this.stageParam).then(res => {
// console.log(res)
if (res.value) {
crudStage.getNewStageDataByCode(res.value).then(res => { // 通过舞台编码获取舞台数据并且赋值到lf对象