|
@@ -23,7 +23,7 @@
|
|
|
<mx-condition ref="condition" :query-params="queryParams" :require-fields="requireFields"
|
|
|
:invisible-fields="invisibleFields"
|
|
|
use-alias-mapping tiny-margin-bottom @query="handleQuery"/>
|
|
|
- <div class="content">
|
|
|
+ <div class="content mt15">
|
|
|
<div class="table-wrap" v-loading="loading">
|
|
|
<mx-table :rows="batchData" :propDefines="propDefines">
|
|
|
<template #rank="{row}">
|
|
@@ -99,12 +99,12 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ computed: {
|
|
|
+ ...mapGetters(['currentUser']),
|
|
|
+ },
|
|
|
created() {
|
|
|
this.queryParams.yfydLocation = this.currentUser.provinceName
|
|
|
},
|
|
|
- computed: {
|
|
|
- ...mapGetters(['location', 'currentUser']),
|
|
|
- },
|
|
|
methods: {
|
|
|
getList() {
|
|
|
this.getYfydList()
|