@@ -1,5 +1,5 @@
{
"message": "发现有新版本发布,确定更新系统?",
"vendorJsVersion": "",
- "version": 1706249809963
+ "version": 1706250496144
}
@@ -60,7 +60,7 @@ const shelfSList = {
},
// 货架列表
getShelf () {
- shelfList({ pageNo: 1, pageSize: 1000 }).then(res => {
+ shelfList({ stateSet:[ 'ENABLE', 'SUSPEND', 'DISABLED' ], pageNo: 1, pageSize: 1000 }).then(res => {
if (res.status == 200) {
this.shelfList = res.data && res.data.list ? res.data.list : []
} else {