修改BUG
This commit is contained in:
@@ -104,14 +104,13 @@
|
||||
:file-list="fileList"
|
||||
:before-upload="beforeUpload"
|
||||
:on-success="onSuccess"
|
||||
:action="'http://192.168.1.122:8410/submit/upload2.ashx?InvoiceNum='+ invoiceNum"
|
||||
:action="'http://localhost:8411/submit/upload2.ashx?InvoiceNum='+ invoiceNum"
|
||||
list-type="picture-card">
|
||||
<i class="el-icon-plus"/>
|
||||
</el-upload>
|
||||
<el-dialog :visible.sync="dialogVisible">
|
||||
<img :src="dialogImageUrl" width="100%" alt="">
|
||||
</el-dialog>
|
||||
|
||||
</div>
|
||||
</div></el-col>
|
||||
</el-row>
|
||||
@@ -1093,7 +1092,7 @@ export default {
|
||||
return {
|
||||
_id: item.附件号,
|
||||
name: item.文件标识,
|
||||
url: 'http://192.168.1.122:8410/webpage/img/' + item.文件标识
|
||||
url: 'http://localhost:8411/webpage/img/' + item.文件标识
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user