This commit is contained in:
home孙 2025-09-16 16:58:05 +08:00
parent e894673fad
commit c008dfd212

View File

@ -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) {