fix: BUG修改

This commit is contained in:
严妍 2023-07-12 10:37:44 +08:00
parent 0fc7d050af
commit 8a624ce2bc
2 changed files with 4 additions and 4 deletions

View File

@ -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()
})

View File

@ -304,7 +304,6 @@
<el-input
v-model="enterpriseForm.bankname"
:placeholder="$t('message.laborMange.placeholder2')"
type="number"
></el-input>
</el-form-item>
</el-col>