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