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

View File

@ -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>