Browse Source

Merge branch 'master' of http://git.shengws.com/xmg123/micro_vue

See999 5 years ago
parent
commit
a0c5208466
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/api/micro/micro.js

+ 5 - 5
src/api/micro/micro.js View File

45
 //         params:params,
45
 //         params:params,
46
 //     })
46
 //     })
47
 //   }
47
 //   }
48
-export function hispitalmore(id, orgid) {
49
-  console.log("orgid是多少", orgid);
50
-  const params = {
51
-    orgid: orgid
52
-  };
48
+export function hispitalmore(id,orgid){
49
+    const params = {
50
+      orgid: orgid  
51
+  }  
52
+
53
   return request({
53
   return request({
54
     url: "/api/site/getdatatwo?id=" + id,
54
     url: "/api/site/getdatatwo?id=" + id,
55
     method: "Get",
55
     method: "Get",