seimin 1 år sedan
förälder
incheckning
3a4be20fa8
2 ändrade filer med 2 tillägg och 1 borttagningar
  1. 1 1
      src/main.js
  2. 1 0
      src/views/AppIndex.vue

+ 1 - 1
src/main.js

@@ -3,7 +3,7 @@ import App from './App.vue'
3 3
 import router from './router'
4 4
 import './filters'
5 5
 Vue.config.productionTip = false
6
-console.info('v2.4.6');
6
+console.info('v2.4.7');
7 7
 
8 8
 import loading from './plugins/loading/loading.js';
9 9
 Vue.use(loading)

+ 1 - 0
src/views/AppIndex.vue

@@ -1378,6 +1378,7 @@ export default {
1378 1378
             groups,
1379 1379
             idx: 0,
1380 1380
             sum: 9999,
1381
+            hosId: this.$route.params.hosIds,
1381 1382
           };
1382 1383
           post("/ser/getWorkInfo", postData).then((result) => {
1383 1384
             this.loading2 = false;