修改冀北问题
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<el-drawer v-model="drawer" size="1000px">
|
||||
<el-drawer v-model="drawer" size="60%">
|
||||
<div class="box mt20">
|
||||
<el-upload :show-file-list="false" action="" :auto-upload="false" class="ml10" :on-change="choose"
|
||||
v-if="information">
|
||||
@@ -53,10 +53,10 @@ const open = (row: any) => {
|
||||
// console.log('🚀 ~ open ~ row:', row)
|
||||
// url.value = row
|
||||
drawer.value = true
|
||||
|
||||
getFileNameAndFilePath({ filePath: row }).then(res => {
|
||||
url.value = res.data.url
|
||||
})
|
||||
url.value = `/api-doc/excelreport` + row
|
||||
// getFileNameAndFilePath({ filePath: row }).then(res => {
|
||||
// url.value = res.data.url
|
||||
// })
|
||||
}
|
||||
// 上传
|
||||
const choose = (e: any) => {
|
||||
|
||||
Reference in New Issue
Block a user