|
|
@ -370,9 +370,8 @@ export default {
|
|
|
|
getList() {
|
|
|
|
getList() {
|
|
|
|
this.loading = true
|
|
|
|
this.loading = true
|
|
|
|
this.pagination.taskId = this.$route.query.id || this.$route.meta.id
|
|
|
|
this.pagination.taskId = this.$route.query.id || this.$route.meta.id
|
|
|
|
this.pagination.dwmc = this.$route.query.dwmc || this.$route.meta.dwmc
|
|
|
|
// this.pagination.dwmc = this.$route.query.dwmc || this.$route.meta.dwmc
|
|
|
|
geassetTaskcHc(this.pagination).then(res => {
|
|
|
|
geassetTaskcHc(this.pagination).then(res => {
|
|
|
|
|
|
|
|
|
|
|
|
this.tableData = res.data.records
|
|
|
|
this.tableData = res.data.records
|
|
|
|
this.loading = false
|
|
|
|
this.loading = false
|
|
|
|
this.total = res.data.total
|
|
|
|
this.total = res.data.total
|
|
|
|