File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 97
97
plain
98
98
@click =" handleExport"
99
99
:loading =" exportLoading"
100
- v-hasPermi =" ['system:tenant :export']"
100
+ v-hasPermi =" ['pay:order :export']"
101
101
>
102
102
<Icon icon =" ep:download" class =" mr-5px" /> 导出
103
103
</el-button >
@@ -192,6 +192,7 @@ import { dateFormatter } from '@/utils/formatTime'
192
192
import * as OrderApi from ' @/api/pay/order'
193
193
import OrderDetail from ' ./OrderDetail.vue'
194
194
import download from ' @/utils/download'
195
+ import { getAppList } from ' @/api/pay/app'
195
196
196
197
defineOptions ({ name: ' PayOrder' })
197
198
@@ -263,6 +264,7 @@ const openDetail = (id: number) => {
263
264
/** 初始化 **/
264
265
onMounted (async () => {
265
266
await getList ()
267
+ appList .value = await getAppList ()
266
268
})
267
269
</script >
268
270
<style >
You can’t perform that action at this time.
0 commit comments