lilei 1 年之前
父节点
当前提交
bbce7f744f
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      public/version.json
  2. 1 1
      src/views/common/shelfList.js

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1706249809963
+  "version": 1706250496144
 }

+ 1 - 1
src/views/common/shelfList.js

@@ -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 {