diff --git a/src/views/page/skylight.vue b/src/views/page/skylight.vue index 71598895..428fbc71 100644 --- a/src/views/page/skylight.vue +++ b/src/views/page/skylight.vue @@ -268,7 +268,7 @@ export default { }, //类型选择 handleCommand(index) { - this.TypeSel = this.typeSelList[index].name + this.TypeSel = this.typeSelList[index].label this.TypeSelIndex = this.typeSelList[index].value var dataNum = { target: { @@ -391,7 +391,7 @@ export default { this.typeSelList.forEach((el, index) => { if (el.value == this.inputData[21657 + (this.indexs - 1)]) { - this.TypeSel = el.name + this.TypeSel = el.label this.TypeSelIndex = el.value } if (this.inputData[21657 + (this.indexs - 1)] == 0) {