Selaa lähdekoodia

分组接口修改

seimin 3 vuotta sitten
vanhempi
commit
55ab0f1aa9
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/views/AppIndex.vue

+ 2 - 2
src/views/AppIndex.vue

@@ -1361,7 +1361,7 @@ export default {
1361 1361
       let postData1 = {
1362 1362
         idx: 0,
1363 1363
         sum: 999,
1364
-        group2: { hospitals: this.$route.params.hosIds },
1364
+        group2: { hospitals: this.$route.params.hosIds,type:1 },
1365 1365
       };
1366 1366
       this.loading2 = flag;
1367 1367
       post("/data/fetchDataList/group2", postData1).then((result1) => {
@@ -1428,7 +1428,7 @@ export default {
1428 1428
       let postData = {
1429 1429
         idx: 0,
1430 1430
         sum: 999,
1431
-        group2: { hospitals: this.$route.params.hosIds + "" },
1431
+        group2: { hospitals: this.$route.params.hosIds + "",type:1 },
1432 1432
       };
1433 1433
       this.loading10 = flag;
1434 1434
       post("/data/fetchDataList/group2", postData).then((result) => {