|
@@ -63,7 +63,7 @@
|
|
<el-table-column label="操作" align="center" width="160">
|
|
<el-table-column label="操作" align="center" width="160">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
<div class="flex items-center justify-center">
|
|
<div class="flex items-center justify-center">
|
|
- <el-button type="primary" link @click="handleDownload( scope.row.filePath)">
|
|
|
|
|
|
+ <el-button type="primary" link @click="handleDownload( scope.row.filePath)" v-hasPermi="['rq:iot-info:download']">
|
|
<Icon icon="ep:download" />下载
|
|
<Icon icon="ep:download" />下载
|
|
</el-button>
|
|
</el-button>
|
|
<el-button type="primary" link @click="handleView( scope.row)">
|
|
<el-button type="primary" link @click="handleView( scope.row)">
|
|
@@ -144,7 +144,7 @@ const startDrag = (e) => {
|
|
document.addEventListener('mouseup', stopDrag)
|
|
document.addEventListener('mouseup', stopDrag)
|
|
}
|
|
}
|
|
const successList = async (id) => {
|
|
const successList = async (id) => {
|
|
- queryParams.classId = id
|
|
|
|
|
|
+ //queryParams.classId = id
|
|
await getList()
|
|
await getList()
|
|
// queryParams.classId = ''
|
|
// queryParams.classId = ''
|
|
}
|
|
}
|