diff --git a/src/views/houseData/analyse.vue b/src/views/houseData/analyse.vue index d3fd63d..98bc589 100644 --- a/src/views/houseData/analyse.vue +++ b/src/views/houseData/analyse.vue @@ -8,6 +8,7 @@ - import * as echarts from "echarts"; +import { exportMethodPost } from "@/util/util"; export default { data() { return { @@ -341,11 +337,7 @@ export default { num2: "", num3: "", }, - receiveRules: { - // num1: [{ max: 100, message: "最大值为100", trigger: "blur" }], - // num2: [{ max: 100, message: "最大值为100", trigger: "blur" }], - // num3: [{ max: 100, message: "最大值为100", trigger: "blur" }], - }, + receiveRules: {}, objList: [ { name: "顾文一", @@ -399,7 +391,20 @@ export default { this.$refs.receiveForm.resetFields() }, screen() {}, - clascreen() {}, + clascreen() { + this.time=new Date().getFullYear() + "-" + (new Date().getMonth() + 1); + this.choicValue='' + if(this.orgType==0){ + this.selValue='0' + }else if(this.orgType==1){ + this.selValue='1' + }else{ + this.selValue='2' + } + this.operationStaffId='' + this.getList() + + }, sava() {}, getAnalyse(row) { console.log("趋势图"); diff --git a/vue.config.js b/vue.config.js index 4294bb3..cb98721 100644 --- a/vue.config.js +++ b/vue.config.js @@ -5,9 +5,9 @@ // const url = 'http://pigx-gateway' // const url = 'http://39.97.167.65:9999' //测试 // const url = 'http://192.168.31.169:9999' //长龙 -const url = 'http://192.168.31.134:9999' //嘉豪 +// const url = 'http://192.168.31.134:9999' //嘉豪 // const url = 'http://192.168.31.100:9999' //王笑 -// const url = 'http://62.234.122.43:9999' //王笑 +const url = 'http://62.234.122.43:9999' //王笑 const CompressionWebpackPlugin = require('compression-webpack-plugin') const productionGzipExtensions = ['js', 'css']