|
@@ -103,7 +103,7 @@ export default {
|
|
|
mounted() { },
|
|
|
methods: {
|
|
|
getStation() {
|
|
|
- api.wtls().then(res => {
|
|
|
+ api.treels().then(res => {
|
|
|
if (res.data) {
|
|
|
this.options = res.data
|
|
|
}
|
|
@@ -171,8 +171,9 @@ export default {
|
|
|
async fetchData() {
|
|
|
this.listLoading = true
|
|
|
api.projectstudy({
|
|
|
- pagenum: this.queryForm.pageNo,
|
|
|
- pagesize: this.queryForm.pageSize,
|
|
|
+ id: this.cascaderSel.length? this.cascaderSel[this.cascaderSel.length-1]: '',
|
|
|
+ pageNum: this.queryForm.pageNo,
|
|
|
+ pageSize: this.queryForm.pageSize,
|
|
|
}).then(res => {
|
|
|
if (res.data) {
|
|
|
this.total = res.data.total
|