修改BUG
This commit is contained in:
@@ -105,8 +105,7 @@
|
||||
:before-upload="beforeUpload"
|
||||
:on-success="onSuccess"
|
||||
:action="'http://localhost:8411/submit/upload2.ashx?InvoiceNum='+ invoiceNum"
|
||||
list-type="picture-card"
|
||||
limit="4">
|
||||
list-type="picture-card">
|
||||
<i class="el-icon-plus"/>
|
||||
</el-upload>
|
||||
<el-dialog :visible.sync="dialogVisible">
|
||||
|
||||
@@ -208,8 +208,7 @@
|
||||
:before-upload="beforeUpload"
|
||||
:on-success="onSuccess"
|
||||
:action="'http://localhost:8411/submit/upload3.ashx?ProjectId='+ projectId"
|
||||
list-type="picture-card"
|
||||
limit="1">
|
||||
list-type="picture-card">
|
||||
<i class="el-icon-plus"/>
|
||||
</el-upload>
|
||||
<el-dialog :visible.sync="dialogVisible">
|
||||
|
||||
Reference in New Issue
Block a user