|
@@ -1818,12 +1818,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
this.get_select_list()
|
|
|
- this.get_table_data1()
|
|
|
- this.get_table_data2()
|
|
|
- this.get_table_data3()
|
|
|
- this.get_table_data4()
|
|
|
|
|
|
- this.get_table_data5()
|
|
|
if (this.$route.query.activeName !== undefined) {
|
|
|
this.activeName = this.$route.query.activeName
|
|
|
}
|
|
@@ -2202,7 +2197,12 @@ export default {
|
|
|
this.getdataListParm5.parammaps.pastureArr = this.findAllPasture.map(item => {
|
|
|
return item.name
|
|
|
})
|
|
|
- console.log(this.deptNameList)
|
|
|
+ // console.log(this.deptNameList)
|
|
|
+ this.get_table_data1()
|
|
|
+ this.get_table_data2()
|
|
|
+ this.get_table_data3()
|
|
|
+ this.get_table_data4()
|
|
|
+ this.get_table_data5()
|
|
|
})
|
|
|
},
|
|
|
providerSearch(queryString, cb) {
|