This commit is contained in:
2026-01-08 14:00:37 +08:00
parent 81080d9535
commit df9ef8b48e
2 changed files with 3 additions and 3 deletions

View File

@@ -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 =[]
} }

View File

@@ -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 =[]
} }