From ea884b9096be3df58be4169afe67e64df6371fa9 Mon Sep 17 00:00:00 2001 From: Joshi <3040996759@qq.com> Date: Fri, 1 May 2026 10:12:29 +0800 Subject: [PATCH] =?UTF-8?q?fix(wms):=20=E4=BF=AE=E5=A4=8D=E6=88=90?= =?UTF-8?q?=E5=93=81=E7=B1=BB=E5=9E=8B=E6=8E=92=E5=BA=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将orderBy默认值从true修改为false以解决排序异常 --- klp-ui/src/views/wms/delivery/canuse/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/klp-ui/src/views/wms/delivery/canuse/index.vue b/klp-ui/src/views/wms/delivery/canuse/index.vue index 617cc2f6..d15faef6 100644 --- a/klp-ui/src/views/wms/delivery/canuse/index.vue +++ b/klp-ui/src/views/wms/delivery/canuse/index.vue @@ -26,7 +26,7 @@ export default { materialType: '成品', itemType: 'product', status: 0, - orderBy: true + orderBy: false }, labelType: '3', showStatus: true,