Skip to content

Commit 019bd95

Browse files
YunaiVgitee-org
authored andcommitted
!592 导出权限问题、支付应用选择问题:update src/views/pay/order/index.vue.
Merge pull request !592 from 山野羡民/N/A
2 parents 8ff9443 + 41b8407 commit 019bd95

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/views/pay/order/index.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
plain
9898
@click="handleExport"
9999
:loading="exportLoading"
100-
v-hasPermi="['system:tenant:export']"
100+
v-hasPermi="['pay:order:export']"
101101
>
102102
<Icon icon="ep:download" class="mr-5px" /> 导出
103103
</el-button>
@@ -192,6 +192,7 @@ import { dateFormatter } from '@/utils/formatTime'
192192
import * as OrderApi from '@/api/pay/order'
193193
import OrderDetail from './OrderDetail.vue'
194194
import download from '@/utils/download'
195+
import { getAppList } from '@/api/pay/app'
195196
196197
defineOptions({ name: 'PayOrder' })
197198
@@ -263,6 +264,7 @@ const openDetail = (id: number) => {
263264
/** 初始化 **/
264265
onMounted(async () => {
265266
await getList()
267+
appList.value = await getAppList()
266268
})
267269
</script>
268270
<style>

0 commit comments

Comments
 (0)