9/16
This commit is contained in:
parent
e894673fad
commit
c008dfd212
@ -268,7 +268,7 @@ export default {
|
|||||||
},
|
},
|
||||||
//类型选择
|
//类型选择
|
||||||
handleCommand(index) {
|
handleCommand(index) {
|
||||||
this.TypeSel = this.typeSelList[index].name
|
this.TypeSel = this.typeSelList[index].label
|
||||||
this.TypeSelIndex = this.typeSelList[index].value
|
this.TypeSelIndex = this.typeSelList[index].value
|
||||||
var dataNum = {
|
var dataNum = {
|
||||||
target: {
|
target: {
|
||||||
@ -391,7 +391,7 @@ export default {
|
|||||||
this.typeSelList.forEach((el, index) => {
|
this.typeSelList.forEach((el, index) => {
|
||||||
if (el.value == this.inputData[21657 + (this.indexs - 1)]) {
|
if (el.value == this.inputData[21657 + (this.indexs - 1)]) {
|
||||||
|
|
||||||
this.TypeSel = el.name
|
this.TypeSel = el.label
|
||||||
this.TypeSelIndex = el.value
|
this.TypeSelIndex = el.value
|
||||||
}
|
}
|
||||||
if (this.inputData[21657 + (this.indexs - 1)] == 0) {
|
if (this.inputData[21657 + (this.indexs - 1)] == 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user