From df9ef8b48e1b9a91b26a21aca981fc887343459e Mon Sep 17 00:00:00 2001 From: xiangxy Date: Thu, 8 Jan 2026 14:00:37 +0800 Subject: [PATCH] change --- pages/outbound/kjhj.vue | 2 +- pages/outbound/kjrk.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/outbound/kjhj.vue b/pages/outbound/kjhj.vue index 039e55a..060c60e 100644 --- a/pages/outbound/kjhj.vue +++ b/pages/outbound/kjhj.vue @@ -60,7 +60,7 @@ let res = await getSect() if (res) { this.options = res - this.index = res[0].value + this.index = res[1].value } else { this.options =[] } diff --git a/pages/outbound/kjrk.vue b/pages/outbound/kjrk.vue index 759d0dd..e80ab12 100644 --- a/pages/outbound/kjrk.vue +++ b/pages/outbound/kjrk.vue @@ -66,7 +66,7 @@ val1: '', val2: '', 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: [], index2: '', @@ -90,7 +90,7 @@ let res = await getSect() if (res) { this.options2 = res - this.index2 = res[0].value + this.index2 = res[1].value } else { this.options2 =[] }