fix(wms): 修复成品类型排序问题

- 将orderBy默认值从true修改为false以解决排序异常
This commit is contained in:
2026-05-01 10:12:29 +08:00
parent 68fc8c4261
commit ea884b9096

View File

@@ -26,7 +26,7 @@ export default {
materialType: '成品',
itemType: 'product',
status: 0,
orderBy: true
orderBy: false
},
labelType: '3',
showStatus: true,