product
17602169347 2 years ago
parent 738d2341bb
commit 310d8ea4bd

@ -84,6 +84,11 @@
checked: '',
}
},
computed: {
menuId() {
return this.$route.meta.modelId || ''
}
},
methods: {
rowdbClick(row){
this.checked = row.id
@ -99,6 +104,7 @@
this.listLoading = true
this.listQuery.areacode = this.areacode
this.listQuery.areaname = this.areaname
this.listQuery.menuId = this.menuId
let listQuery = this.listQuery
request({
url: `/api/example/Reservoirarea/getList`,

Loading…
Cancel
Save