|
@@ -97,7 +97,8 @@ export default {
|
|
|
let params = {
|
|
|
pageNo: _this.pageNo,
|
|
|
pageSize: _this.pageSize,
|
|
|
- shelfName: _this.shelfName
|
|
|
+ shelfName: _this.shelfName,
|
|
|
+ stateSet: [ 'ENABLE', 'SUSPEND', 'DISABLED' ]
|
|
|
};
|
|
|
_this.status = 'loading';
|
|
|
getShelfList(params).then(res => {
|