diff --git a/src/views/residentAnalysis/index.vue b/src/views/residentAnalysis/index.vue index fadf73c..a94f8ea 100644 --- a/src/views/residentAnalysis/index.vue +++ b/src/views/residentAnalysis/index.vue @@ -360,8 +360,7 @@ export default { activeName: '', tableHeight: 280, - // showExport: true, - showExport: false, + showExport: true, } }, created() { @@ -1249,7 +1248,6 @@ export default { .then((r) => r.text()) .then((res) => { const parsedData = iniParser.parse(res) - this.$alert(parsedData) axios .post( `http://${parsedData.http.address}:${parsedData.http.port}/api/area`,