fix: BUG修改
This commit is contained in:
parent
0fc7d050af
commit
8a624ce2bc
@ -388,8 +388,9 @@ export default {
|
||||
//下载文件
|
||||
downFn(item) {
|
||||
// console.log('http://182.90.224.147:30262/image/'+item.id);
|
||||
console.log(this.$store.state.FILEURL+item.id,'下载')
|
||||
// window.location.href = this.$store.state.FILEURL+item.id;
|
||||
// console.log(item)
|
||||
console.log(this.$store.state.FILEURL+item.filePath,'下载')
|
||||
window.location.href = this.$store.state.FILEURL+item.filePath;
|
||||
// if (item) {
|
||||
// let arr = []
|
||||
// arr = JSON.parse(item)
|
||||
@ -405,7 +406,7 @@ export default {
|
||||
// a.download = item.fileName;
|
||||
// a.click();
|
||||
// this.$message.succe(res.message);
|
||||
this.downloadUrl = this.$store.state.FILEURL + item.id
|
||||
this.downloadUrl = this.$store.state.FILEURL + item.filePath
|
||||
this.getListData()
|
||||
|
||||
})
|
||||
|
||||
@ -304,7 +304,6 @@
|
||||
<el-input
|
||||
v-model="enterpriseForm.bankname"
|
||||
:placeholder="$t('message.laborMange.placeholder2')"
|
||||
type="number"
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user