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