bug
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
<ai-download
|
||||
:instance="instance"
|
||||
url="/app/appwechatuserqujing/export"
|
||||
:params="search"
|
||||
:params="params"
|
||||
v-if="permissions('app_appwechatuserqujing_export')"
|
||||
fileName="居民积分"
|
||||
:disabled="tableData.length == 0">
|
||||
<el-button icon="iconfont iconExported" :disabled="tableData.length == 0">导出</el-button>
|
||||
@@ -85,7 +86,8 @@
|
||||
|
||||
props: {
|
||||
instance: Function,
|
||||
dict: Object
|
||||
dict: Object,
|
||||
permissions: Function
|
||||
},
|
||||
|
||||
data() {
|
||||
@@ -129,7 +131,8 @@
|
||||
|
||||
params () {
|
||||
return {
|
||||
...this.search
|
||||
...this.search,
|
||||
size: 1000
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user