wenhongquan 3 years ago
parent
commit
ab8c561cef
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/Warehouse/index.vue

+ 3 - 1
src/views/Warehouse/index.vue

@@ -175,7 +175,9 @@ const getdata = ()=>{
    duration: 0,
   forbidClick: true,
 });
-api_getresource({}).then((res)=>{
+api_getresource({
+  resourceType:1
+}).then((res)=>{
     Toast.clear();
   if(res.rows.length>0){
     isempt.value=false;