change
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
let res = await getSect()
|
let res = await getSect()
|
||||||
if (res) {
|
if (res) {
|
||||||
this.options = res
|
this.options = res
|
||||||
this.index = res[0].value
|
this.index = res[1].value
|
||||||
} else {
|
} else {
|
||||||
this.options =[]
|
this.options =[]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
val1: '',
|
val1: '',
|
||||||
val2: '',
|
val2: '',
|
||||||
options: [{text:'托盘', value:'1'},{text:'料箱',value: '2'},{text:'货架',value: '3'}],
|
options: [{text:'托盘', value:'1'},{text:'料箱',value: '2'},{text:'货架',value: '3'}],
|
||||||
index: '1',
|
index: '3',
|
||||||
// options2: [{text:'堆叠托盘', value:'11111111'},{text:'料箱',value: '22222222'},{text:'白色EPH',value: '33333333'}],
|
// options2: [{text:'堆叠托盘', value:'11111111'},{text:'料箱',value: '22222222'},{text:'白色EPH',value: '33333333'}],
|
||||||
options2: [],
|
options2: [],
|
||||||
index2: '',
|
index2: '',
|
||||||
@@ -90,7 +90,7 @@
|
|||||||
let res = await getSect()
|
let res = await getSect()
|
||||||
if (res) {
|
if (res) {
|
||||||
this.options2 = res
|
this.options2 = res
|
||||||
this.index2 = res[0].value
|
this.index2 = res[1].value
|
||||||
} else {
|
} else {
|
||||||
this.options2 =[]
|
this.options2 =[]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user