pc-master #283

Merged
xiaomeng merged 2 commits from pc-master into portal 2025-09-19 00:16:50 +00:00
Showing only changes of commit c008dfd212 - Show all commits

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