Explorar o código

获取仓管员的时候角色id改为空

cz %!s(int64=2) %!d(string=hai) anos
pai
achega
ec7a5f2671
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/product-material/warehouse/index.vue

+ 1 - 1
src/views/product-material/warehouse/index.vue

@@ -142,7 +142,7 @@ export default {
       label: item.dictValue,
       value: item.dictKey,
     }));
-    getListByRole({ roleId: this.userInfo.role_id }).then((res) => {
+    getListByRole({ roleId: "" }).then((res) => {
       this.customerSelectList = res.data.data;
     });
     this.getList();