更新
This commit is contained in:
@@ -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对象
|
||||
|
||||
Reference in New Issue
Block a user