|
@@ -215,7 +215,8 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
mounted() {
|
|
|
- this.init();
|
|
|
+ // this.init();
|
|
|
+ this.getData()
|
|
|
},
|
|
|
methods: {
|
|
|
cheshi() {
|
|
@@ -338,6 +339,7 @@ export default {
|
|
|
getData() {
|
|
|
let selectStatus = "";
|
|
|
let statusArr = [];
|
|
|
+ this.tableData = []
|
|
|
if (this.checkedCities.length < 3) {
|
|
|
this.checkedCities.forEach((item) => {
|
|
|
let status = this.statusList.filter((val) => val.name === item)[0];
|