Browse Source

Merge branch 'master' of http://git.2weisou.com/wangxiao/zkPCproject into master

newStyle
lancer 3 years ago
parent
commit
d758354b5f
2 changed files with 17 additions and 2 deletions
  1. +16
    -0
      src/views/Statistics/index.vue
  2. +1
    -2
      vue.config.js

+ 16
- 0
src/views/Statistics/index.vue View File

@@ -230,12 +230,28 @@ export default {
}, },
], ],
houseId: "", houseId: "",
options:{},
value:''
}; };
}, },
mounted() { mounted() {
this.myChartinit(); this.myChartinit();
// this.zkhousePage()
}, },
methods: { methods: {
 zkhousePage() {
      let obj = {
        current: 1,
        size: 100,
      };
      this.$api.api.zkhousePage(obj).then((res) => {
        console.log(res)
//         this.tableData = res.data.records;
//         this.total = res.data.total;
      });
    },


tabtimetap(index) { tabtimetap(index) {
this.TimetoAhoose = index; this.TimetoAhoose = index;
this.fromobj.starttime = ""; this.fromobj.starttime = "";


+ 1
- 2
vue.config.js View File

@@ -3,9 +3,8 @@
* https://cli.vuejs.org/zh/config/ * https://cli.vuejs.org/zh/config/
*/ */
// const url = 'http://pigx-gateway' // const url = 'http://pigx-gateway'

const url = 'http://39.97.167.65:9999' //测试 const url = 'http://39.97.167.65:9999' //测试
// const url = 'http://192.168.31.160:9999' //长龙/
// const url = 'http://192.168.31.160:9999' //长龙
// const url = 'http://192.168.31.128:9999' //嘉豪 // const url = 'http://192.168.31.128:9999' //嘉豪
// const url = 'http://192.168.31.100:9999' //王笑 // const url = 'http://192.168.31.100:9999' //王笑




Loading…
Cancel
Save