|
@@ -333,7 +333,7 @@
|
|
|
class="text-right"
|
|
|
>
|
|
|
<el-button
|
|
|
- v-if="index === paperAttachments.length - 1"
|
|
|
+ v-if="pindex === paperAttachments.length - 1"
|
|
|
class="btn-primary btn-icon"
|
|
|
type="text"
|
|
|
icon="el-icon-circle-plus"
|
|
@@ -344,7 +344,7 @@
|
|
|
class="btn-danger btn-icon"
|
|
|
type="text"
|
|
|
icon="el-icon-remove"
|
|
|
- @click="deleteAttachment(index)"
|
|
|
+ @click="deleteAttachment(pindex)"
|
|
|
></el-button>
|
|
|
</td>
|
|
|
</tr>
|