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