Compare commits

..

No commits in common. "636874e464c0180727dbb4efe068fcd42820ad0e" and "1b08ea20475d09b24eae5f3439b54388e59a3de8" have entirely different histories.

2 changed files with 4 additions and 5 deletions

View File

@ -268,7 +268,7 @@ export default {
},
//
handleCommand(index) {
this.TypeSel = this.typeSelList[index].label
this.TypeSel = this.typeSelList[index].name
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.label
this.TypeSel = el.name
this.TypeSelIndex = el.value
}
if (this.inputData[21657 + (this.indexs - 1)] == 0) {

View File

@ -492,7 +492,7 @@ export default {
},
getrightList3() {
// var num = this.inputData['82']
var num = this.inputData['82']?this.inputData['82']:0
var num = this.inputData['82']
var num1 = this.padString(num.toString(2), 8)
var openListNew = []
@ -575,8 +575,7 @@ export default {
},
//
getData81() {
var num=this.inputData['81']?this.inputData['81']:0
var number = this.padString(num.toString(2), 4)
var number = this.padString(this.inputData['81'].toString(2), 4)
var openListNew = []
openListNew = number.split("")