fix(wms): 修复成品类型排序问题
- 将orderBy默认值从true修改为false以解决排序异常
This commit is contained in:
@@ -26,7 +26,7 @@ export default {
|
||||
materialType: '成品',
|
||||
itemType: 'product',
|
||||
status: 0,
|
||||
orderBy: true
|
||||
orderBy: false
|
||||
},
|
||||
labelType: '3',
|
||||
showStatus: true,
|
||||
|
||||
Reference in New Issue
Block a user