update: 添加短信渠道列表类型,解决找不到属性signature

This commit is contained in:
puhui999 2023-03-27 10:34:41 +08:00
parent 6e321c4946
commit c105f314f5

View File

@ -166,12 +166,7 @@
width="180"
:formatter="dateFormatter"
/>
<el-table-column
label="操作"
align="center"
width="210"
fixed="right"
>
<el-table-column label="操作" align="center" width="210" fixed="right">
<template #default="scope">
<el-button
link
@ -241,7 +236,7 @@ const queryParams = reactive({
createTime: []
})
const exportLoading = ref(false) //
const channelList = ref([]) //
const channelList = ref<SmsChannelApi.SmsChannelVO[]>([]) //
/** 查询列表 */
const getList = async () => {